Skip to content

Commit

Permalink
feat(DMVP-2721): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdntgrn committed Oct 10, 2023
1 parent bf072aa commit efd4248
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ resource "aws_eip" "this" {
domain = "vpc"
instance = aws_instance.this.id
}
# resource "aws_eip_association" "this" {
# instance_id = aws_instance.this.id
# allocation_id = aws_eip.this.id
# }

0 comments on commit efd4248

Please sign in to comment.