Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot committed Nov 2, 2021
1 parent 99f1e85 commit f1b43be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "aws_route_table_association" "public" {
resource "aws_eip" "public" {
for_each = local.public_nat_gateway_azs
vpc = true
tags = module.public_label.tags
tags = module.public_label.tags

lifecycle {
create_before_destroy = true
Expand Down

0 comments on commit f1b43be

Please sign in to comment.