Skip to content

Commit

Permalink
Merge pull request #21 from bradotlin/dev
Browse files Browse the repository at this point in the history
Update eip.tf
  • Loading branch information
bradotlin authored Oct 4, 2024
2 parents 01b6a9b + dce2906 commit 3fbae1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eip.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_eip" "linux" {
associate_with_private_ip = aws_network_interface.linux.private_ip
}

#
#eee
# Create EIP Association with Linux
#
resource "aws_eip_association" "management" {
Expand Down

0 comments on commit 3fbae1b

Please sign in to comment.