Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 3, 2021
1 parent 6aed1f5 commit 6018993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ resource "aws_internet_gateway" "gateway" {
# assume only 1 public subnet block (per AZ)
# should figure out the first one
locals {
public_subnet_ids_az = { for subnet in var.public_subnets_ids : subnet.availability_zone => subnet }
public_subnets_ids_az = { for subnet in var.public_subnets_ids : subnet.availability_zone => subnet }
}

resource "aws_nat_gateway" "nat" {
Expand Down

0 comments on commit 6018993

Please sign in to comment.