Skip to content

Commit

Permalink
Merge pull request #1484 from sparkprime/deprecate-network
Browse files Browse the repository at this point in the history
deprecate google instance 'network' attribute in favor of network_interface
  • Loading branch information
mitchellh committed Apr 22, 2015
2 parents 11e6e89 + c08d69a commit d02abb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/google/resource_compute_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,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{
Expand Down

0 comments on commit d02abb7

Please sign in to comment.