Skip to content

Commit

Permalink
Add main.tf [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 5, 2024
1 parent 31361af commit 4c84d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ module "vwan" {
type = try(local.module_vwan.type, null)
routing_intents = try(local.module_vwan.routing_intents, null)
resource_group_tags = try(local.module_vwan.resource_group_tags, null)
telemetry_resource_group_name = try(local.module_vwan.telemetry_resource_group_name, null)
virtual_wan_tags = try(local.module_vwan.virtual_wan_tags, null)
vpn_gateways = try(local.module_vwan.vpn_gateways, null)
vpn_site_connections = try(local.module_vwan.vpn_site_connections, null)
Expand Down

0 comments on commit 4c84d8c

Please sign in to comment.