Skip to content

Commit

Permalink
Deprecated network_interface.address in code in instance template. (G…
Browse files Browse the repository at this point in the history
…oogleCloudPlatform#77)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
  • Loading branch information
modular-magician authored and nat-henderson committed Dec 12, 2018
1 parent 3c2019a commit 2145c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_compute_instance_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ func resourceComputeInstanceTemplate() *schema.Resource {
Computed: true, // Computed because it is set if network_ip is set.
Optional: true,
ForceNew: true,
Deprecated: "Please use network_ip",
},

"network_ip": &schema.Schema{
Type: schema.TypeString,
Computed: true, // Computed because it is set if address is set.
Optional: true,
ForceNew: true,
Deprecated: "Please use address",
},

"subnetwork": &schema.Schema{
Expand Down

0 comments on commit 2145c55

Please sign in to comment.