feat: make AZ suffixes configurable for regions with non-standard AZs

This commit is contained in:
2026-04-22 12:19:38 -03:00
parent 92b1041342
commit 10b3c1907e
3 changed files with 12 additions and 4 deletions
@@ -20,6 +20,8 @@ clusters:
k8sVersion: "1.34"
vpc:
create: true
az1Suffix: "a"
az2Suffix: "c"
vpcCidr: "10.1.0.0/16"
publicSubnet1Cidr: "10.1.1.0/24"
publicSubnet2Cidr: "10.1.2.0/24"