Skip to content

Commit b2edab8

Browse files
Add tags to EIP resource. (#57)
* Add tags to EIP resource. * Auto Format Co-authored-by: cloudpossebot <[email protected]>
1 parent 5e34e3e commit b2edab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ resource "aws_route_table_association" "public" {
102102
resource "aws_eip" "public" {
103103
for_each = local.public_nat_gateway_azs
104104
vpc = true
105+
tags = module.public_label.tags
105106

106107
lifecycle {
107108
create_before_destroy = true

0 commit comments

Comments
 (0)