Skip to content

Commit f1b43be

Browse files
committed
Auto Format
1 parent 99f1e85 commit f1b43be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ resource "aws_route_table_association" "public" {
102102
resource "aws_eip" "public" {
103103
for_each = local.public_nat_gateway_azs
104104
vpc = true
105-
tags = module.public_label.tags
105+
tags = module.public_label.tags
106106

107107
lifecycle {
108108
create_before_destroy = true

0 commit comments

Comments
 (0)