Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sugdyzhekov committed Jul 7, 2018
1 parent 7a3a5cb commit f8a9654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subnets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_subnet" "public_nat_1" {

tags {
Name = "Nat #1"
Visibility = "Private"
Visibility = "Public"
}
}

Expand All @@ -18,7 +18,7 @@ resource "aws_subnet" "public_nat_2" {

tags {
Name = "Nat #2"
Visibility = "Private"
Visibility = "Public"
}
}

Expand Down

0 comments on commit f8a9654

Please sign in to comment.