Skip to content

Commit eec81d6

Browse files
authored
Remove deprecated argument "vpc" (#230)
1 parent 5912eba commit eec81d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ resource "aws_instance" "default" {
9595
resource "aws_eip" "default" {
9696
count = local.eip_enabled ? 1 : 0
9797
instance = join("", aws_instance.default[*].id)
98-
vpc = true
9998
tags = module.this.tags
10099
}
101100

0 commit comments

Comments
 (0)