Skip to content

Commit daa080a

Browse files
authored
Update main.tf
1 parent 643e158 commit daa080a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Terraform/modules/vpc/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "aws_subnet" "public" {
4646
}
4747

4848
lifecycle {
49-
create_before_destroy = false
49+
create_before_destroy = false
5050
}
5151

5252
depends_on = [
@@ -147,4 +147,4 @@ resource "aws_route_table_association" "private" {
147147
aws_subnet.private,
148148
aws_route_table.private
149149
]
150-
}
150+
}

0 commit comments

Comments
 (0)