mirror of https://github.com/rancher/dartboard.git
whitespace fix
Signed-off-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
parent
24e44ad1a7
commit
2982893246
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue