deprecate google instance 'network' attribute in favor of network_interface

This commit is contained in:
Dave Cunningham 2015-04-10 17:03:51 -04:00
parent 9f56addf0c
commit c08d69a509
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ func resourceComputeInstance() *schema.Resource {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Deprecated: "Please use network_interface",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"source": &schema.Schema{