Skip to content

Commit

Permalink
azurerm_virtual_network_gatway - vpn_client_protocols is now also…
Browse files Browse the repository at this point in the history
… computed to prevent permanent diffs #7168
  • Loading branch information
Neil Ye committed Jun 2, 2020
1 parent 30533db commit 1234562
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -238,6 +238,7 @@ func resourceArmVirtualNetworkGateway() *schema.Resource {
"vpn_client_protocols": {
Type: schema.TypeSet,
Optional: true,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: validation.StringInSlice([]string{
Expand Down

0 comments on commit 1234562

Please sign in to comment.