Skip to content

Commit 394ebc0

Browse files
committed
feat: add ilb and pe subnets to Azure networking
1 parent b60470d commit 394ebc0

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

terraform/azure/azure-network-setup/stage/dev-northeurope/terragrunt.hcl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ inputs = {
5050
},
5151
"containers" = {
5252
cidr_range = "10.2.64.0/19"
53+
},
54+
"pe" = {
55+
cidr_range = "10.2.3.64/27"
56+
},
57+
"ilb" = {
58+
cidr_range = "10.2.3.96/27"
5359
}
5460
}
5561

terraform/azure/azure-network-setup/stage/dev-polandcentral/terragrunt.hcl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ inputs = {
6464
},
6565
"containers" = {
6666
cidr_range = "10.1.64.0/19"
67+
},
68+
"pe" = {
69+
cidr_range = "10.1.3.64/27"
70+
},
71+
"ilb" = {
72+
cidr_range = "10.1.3.96/27"
6773
}
6874
}
6975

terraform/azure/azure-network-setup/stage/dev-westeurope/terragrunt.hcl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ inputs = {
4949
},
5050
"containers" = {
5151
cidr_range = "10.0.64.0/19"
52+
},
53+
"pe" = {
54+
cidr_range = "10.0.3.64/27"
55+
},
56+
"ilb" = {
57+
cidr_range = "10.0.3.96/27"
5258
}
5359
}
5460

0 commit comments

Comments
 (0)