Skip to content

Commit

Permalink
fix terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgriff committed Jan 8, 2025
1 parent 103af86 commit 2ded27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_subnet" "vpc_main__public_subnet_az1" {
}

resource "aws_subnet" "vpc_main__public_subnet_az2" {
# vpc_id = aws_vpc.vpc_main.id
vpc_id = aws_vpc.vpc_main.id
cidr_block = "10.0.2.0/24"
availability_zone = "eu-west-2b"

Expand Down

0 comments on commit 2ded27e

Please sign in to comment.