Skip to content

Commit 1921283

Browse files
committed
Typo in AWS AZ
1 parent 5222c73 commit 1921283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/deployment/terraform/modules/aws/vpc/aws_vpc_azs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ data "aws_security_group" "default" {
111111
locals {
112112
aws_ec2_security_group_name = var.aws_ec2_security_group_name != "" ? var.aws_ec2_security_group_name : "SG for ${var.aws_resource_identifier} - EC2"
113113
# auto_ha_availability_zone*: Creates zone map objects for each available AZ in a region
114-
auto_ha_availability_zonea = length(data.aws_subnet.defaultb) > 0 ? ({
114+
auto_ha_availability_zonea = length(data.aws_subnet.defaulta) > 0 ? ({
115115
"${data.aws_region.current.name}a" : {
116116
"subnet_id" : data.aws_subnet.defaulta[0].id,
117117
"security_groups" : [data.aws_security_group.default.id]

0 commit comments

Comments
 (0)