We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5912eba commit eec81d6Copy full SHA for eec81d6
main.tf
@@ -95,7 +95,6 @@ resource "aws_instance" "default" {
95
resource "aws_eip" "default" {
96
count = local.eip_enabled ? 1 : 0
97
instance = join("", aws_instance.default[*].id)
98
- vpc = true
99
tags = module.this.tags
100
}
101
0 commit comments