terraform-aws-base-networking icon indicating copy to clipboard operation
terraform-aws-base-networking copied to clipboard

Adding availability zones causes subnet conflicts

Open jonassvalin opened this issue 2 years ago • 0 comments

For a given network only using 1 or 2 availability zones, adding further availability zones causes conflicts with the existing subnets, as the subnets are likely indexed by order in collection. This can cause Terraform to think it needs to destroy the existing ones and recreate everything, making it impossible to add availability zones.

jonassvalin avatar Feb 21 '23 13:02 jonassvalin