Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-youlend authored Jul 23, 2024
2 parents 21bc3ce + 68ebca0 commit 23af101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eni.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ resource "aws_network_interface_attachment" "additional" {

resource "aws_eip" "additional" {
count = local.additional_ips_count * var.instance_count
#vpc = true
domain = "vpc"
network_interface = aws_network_interface.additional.*.id[count.index]
depends_on = [aws_instance.default]
Expand Down

0 comments on commit 23af101

Please sign in to comment.