File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,23 @@ law = {
6161 retention_days = 30
6262}
6363
64+ firewall_config = {
65+ firewall_sku_name = " AZFW_VNet"
66+ firewall_sku_tier = " Standard"
67+ public_ip_addresses = {
68+ hub-azfw = {
69+ name_suffix = " hub-azfw"
70+ allocation_method = " Static"
71+ ddos_protection_mode = " Disabled"
72+ sku = " Standard"
73+ }
74+ }
75+ policy_sku = " Standard"
76+ policy_threat_intelligence_mode = " Alert"
77+ policy_dns_proxy_enabled = false
78+ zones = [" 1" , " 2" , " 3" ]
79+ }
80+
6481regions = {
6582 uksouth = {
6683 address_space = " 10.65.0.0/16"
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ variable "vnet_name" {
247247variable "vnet_resource_group" {
248248 description = " Resource group name of the hub virtual network"
249249 type = string
250- default = " rg-hub-nonlive-uks-networking "
250+ default = " rg-hub-nonlive-uks-bootstrap "
251251}
252252
253253variable "tags" {
You can’t perform that action at this time.
0 commit comments