Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bradotlin committed Oct 4, 2024
2 parents d280938 + 3fbae1b commit 0243276
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 0243276

Please sign in to comment.