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" } }