Skip to content

Commit

Permalink
Typo in AWS AZ
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Feb 27, 2024
1 parent 5222c73 commit 1921283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ data "aws_security_group" "default" {
locals {
aws_ec2_security_group_name = var.aws_ec2_security_group_name != "" ? var.aws_ec2_security_group_name : "SG for ${var.aws_resource_identifier} - EC2"
# auto_ha_availability_zone*: Creates zone map objects for each available AZ in a region
auto_ha_availability_zonea = length(data.aws_subnet.defaultb) > 0 ? ({
auto_ha_availability_zonea = length(data.aws_subnet.defaulta) > 0 ? ({
"${data.aws_region.current.name}a" : {
"subnet_id" : data.aws_subnet.defaulta[0].id,
"security_groups" : [data.aws_security_group.default.id]
Expand Down

0 comments on commit 1921283

Please sign in to comment.