Commit fc48cf72 authored by Anton Babenko's avatar Anton Babenko

Terraform fmt

parent 928df804
...@@ -203,7 +203,7 @@ resource "aws_eip" "nat" { ...@@ -203,7 +203,7 @@ resource "aws_eip" "nat" {
vpc = true vpc = true
tags = "${merge(var.tags, map("Name", format("%s-%s", var.name, element(var.azs, (var.single_nat_gateway ? 0 : count.index)))))}" tags = "${merge(var.tags, map("Name", format("%s-%s", var.name, element(var.azs, (var.single_nat_gateway ? 0 : count.index)))))}"
} }
resource "aws_nat_gateway" "this" { resource "aws_nat_gateway" "this" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment