Use 0.12-compatible syntax in VPN Tunnel (#3436)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-04-15 18:11:29 -07:00 committed by Paddy
parent 5c925718d1
commit 8279ae67dd
2 changed files with 1 additions and 2 deletions

View File

@ -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{

View File

@ -126,7 +126,7 @@ resource "google_compute_vpn_tunnel" "tunnel1" {
"google_compute_forwarding_rule.fr_udp4500",
]
labels {
labels = {
foo = "bar"
}
}