Skip to content

Commit

Permalink
Update vwan to support outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Dec 11, 2024
1 parent 1499d5c commit 040467f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "firewall_policy" {

module "virtual_wan" {
source = "Azure/avm-ptn-virtualwan/azurerm"
version = "0.5.1"
version = "0.5.3"

allow_branch_to_branch_traffic = try(var.virtual_wan_settings.allow_branch_to_branch_traffic, null)
disable_vpn_encryption = try(var.virtual_wan_settings.disable_vpn_encryption, false)
Expand Down

0 comments on commit 040467f

Please sign in to comment.