Skip to content

Commit 1084223

Browse files
Add tags to additional eip (#190)
* Add tags to additional eip's --------- Co-authored-by: Joe Niland <[email protected]>
1 parent a8a3214 commit 1084223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eni.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ resource "aws_eip" "additional" {
2727
#bridgecrew:skip=BC_AWS_NETWORKING_48: Skiping `Ensure all EIP addresses allocated to a VPC are attached to EC2 instances` because it is incorrectly flagging that this instance does not belong to a VPC even though subnet_id is configured.
2828
count = local.additional_ips_count
2929
network_interface = aws_network_interface.additional[count.index].id
30+
tags = module.this.tags
3031
}

0 commit comments

Comments
 (0)