Skip to content

Commit

Permalink
Merge pull request #15 from opzkit/fix-deprecation
Browse files Browse the repository at this point in the history
fix: deprecation warning
  • Loading branch information
argoyle authored May 29, 2023
2 parents 0ed37f4 + 5ad08d6 commit e884c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_eip" "elastic_ips" {
tags = {
"Name" = "${var.region}${each.key}.${var.name}"
}
vpc = true
domain = "vpc"
}

resource "aws_subnet" "private" {
Expand Down

0 comments on commit e884c43

Please sign in to comment.