Skip to content

Commit

Permalink
Remove deprecated argument "vpc" (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuekui authored May 10, 2024
1 parent 5912eba commit eec81d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ resource "aws_instance" "default" {
resource "aws_eip" "default" {
count = local.eip_enabled ? 1 : 0
instance = join("", aws_instance.default[*].id)
vpc = true
tags = module.this.tags
}

Expand Down

0 comments on commit eec81d6

Please sign in to comment.