whitespace fix

Signed-off-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
Silvio Moioli 2023-04-26 17:12:46 +02:00
parent 24e44ad1a7
commit 2982893246
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ locals {
}
resource "aws_eip" "nat_eip" {
vpc = true
vpc = true
tags = {
Project = var.project_name
Name = "${var.project_name}-nat-eip"