Skip to content

Commit fc48cf7

Browse files
committed
Terraform fmt
1 parent 928df80 commit fc48cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ resource "aws_eip" "nat" {
203203

204204
vpc = true
205205

206-
tags = "${merge(var.tags, map("Name", format("%s-%s", var.name, element(var.azs, (var.single_nat_gateway ? 0 : count.index)))))}"
206+
tags = "${merge(var.tags, map("Name", format("%s-%s", var.name, element(var.azs, (var.single_nat_gateway ? 0 : count.index)))))}"
207207
}
208208

209209
resource "aws_nat_gateway" "this" {

0 commit comments

Comments
 (0)