Skip to content

Commit

Permalink
Add tags to additional eip (#190)
Browse files Browse the repository at this point in the history
* Add tags to additional eip's

---------

Co-authored-by: Joe Niland <joe@originalmind.com.au>
  • Loading branch information
bwmetcalf and joe-niland committed Mar 27, 2024
1 parent a8a3214 commit 1084223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eni.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ resource "aws_eip" "additional" {
#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.
count = local.additional_ips_count
network_interface = aws_network_interface.additional[count.index].id
tags = module.this.tags
}

0 comments on commit 1084223

Please sign in to comment.