From 8279ae67dd5d334a8938ccf68d645f807ea4e852 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 15 Apr 2019 18:11:29 -0700 Subject: [PATCH] Use 0.12-compatible syntax in VPN Tunnel (#3436) Signed-off-by: Modular Magician --- google/resource_compute_subnetwork.go | 1 - website/docs/r/compute_vpn_tunnel.html.markdown | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/google/resource_compute_subnetwork.go b/google/resource_compute_subnetwork.go index bb3786cf..12dc63ca 100644 --- a/google/resource_compute_subnetwork.go +++ b/google/resource_compute_subnetwork.go @@ -117,7 +117,6 @@ func resourceComputeSubnetwork() *schema.Resource { }, "secondary_ip_range": { Type: schema.TypeList, - Computed: true, Optional: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ diff --git a/website/docs/r/compute_vpn_tunnel.html.markdown b/website/docs/r/compute_vpn_tunnel.html.markdown index 95a2c6ce..75eb2ba2 100644 --- a/website/docs/r/compute_vpn_tunnel.html.markdown +++ b/website/docs/r/compute_vpn_tunnel.html.markdown @@ -126,7 +126,7 @@ resource "google_compute_vpn_tunnel" "tunnel1" { "google_compute_forwarding_rule.fr_udp4500", ] - labels { + labels = { foo = "bar" } }