Skip to content

Commit 908fc54

Browse files
committed
wip
1 parent 247e21a commit 908fc54

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

infrastructure/environments/nonlive-hub/variables.tfvars

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
6481
regions = {
6582
uksouth = {
6683
address_space = "10.65.0.0/16"

infrastructure/terraform/hub/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ variable "vnet_name" {
247247
variable "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

253253
variable "tags" {

0 commit comments

Comments
 (0)