Skip to content

Commit

Permalink
Add tags to EIP resource. (#57)
Browse files Browse the repository at this point in the history
* Add tags to EIP resource.

* Auto Format

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
mayankgupta57 and cloudpossebot authored Nov 5, 2021
1 parent 5e34e3e commit b2edab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ resource "aws_route_table_association" "public" {
resource "aws_eip" "public" {
for_each = local.public_nat_gateway_azs
vpc = true
tags = module.public_label.tags

lifecycle {
create_before_destroy = true
Expand Down

0 comments on commit b2edab8

Please sign in to comment.