From eb19080de7ec5250a38dea08df448e2bccd03748 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 2 Nov 2018 16:13:34 -0700 Subject: [PATCH] Deprecated network_interface.address in code in instance template. (#2394) /cc @rileykarson --- google/resource_compute_instance_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/resource_compute_instance_template.go b/google/resource_compute_instance_template.go index f6965818..a13b06ca 100644 --- a/google/resource_compute_instance_template.go +++ b/google/resource_compute_instance_template.go @@ -220,6 +220,7 @@ 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{ @@ -227,7 +228,6 @@ func resourceComputeInstanceTemplate() *schema.Resource { Computed: true, // Computed because it is set if address is set. Optional: true, ForceNew: true, - Deprecated: "Please use address", }, "subnetwork": &schema.Schema{