Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Sep 8, 2018
1 parent 88044d5 commit cb9ff32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurestack/resource_arm_virtual_network_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func resourceArmVirtualNetworkGateway() *schema.Resource {
"public_ip_address_id": {
Type: schema.TypeString,
Optional: true,
ValidateFunc: azure.ValidateResourceId,
ValidateFunc: azure.ValidateResourceID,
},
},
},
Expand Down Expand Up @@ -262,7 +262,7 @@ func resourceArmVirtualNetworkGateway() *schema.Resource {
"default_local_network_gateway_id": {
Type: schema.TypeString,
Optional: true,
ValidateFunc: azure.ValidateResourceId,
ValidateFunc: azure.ValidateResourceID,
},

"tags": tagsSchema(),
Expand Down

0 comments on commit cb9ff32

Please sign in to comment.