Skip to content

Commit

Permalink
Merge pull request #347 from arne21a/2203.1-DNS-firewall
Browse files Browse the repository at this point in the history
fixing dns server reference
  • Loading branch information
LaurentLesle committed Apr 13, 2022
2 parents 68e22eb + 7139516 commit af5ccf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/asvm/orion/resources.asvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
platform:
virtual_hubs: {{platform_mappings[env]}}
virtual_hubs_route_tables: {{platform_mappings[env]}}
secure_firewalls: {{platform_mappings[env]}}
private_dns_firewalls: {{platform_mappings[env]}}
identity_level2: {{platform_mappings[env]}}
asvm:

Expand Down Expand Up @@ -45,8 +45,8 @@
dns_servers_keys:
fw_secure_{{platform_mappings[env]}}:
resource_type: azurerm_firewall
lz_key: connectivity_secure_firewalls_{{platform_mappings[env]}}
key: fw_secure_{{platform_mappings[env]}}
lz_key: connectivity_private_dns_firewalls_{{platform_mappings[env]}}
key: fw_prod_dns_{{platform_mappings[env]}}
address_space:
- 10.101.8.0/23
subnets:
Expand Down

0 comments on commit af5ccf7

Please sign in to comment.