Skip to content

Commit

Permalink
getting warmer
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 2c7a9e2 commit 3e39778
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dns_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ data "aws_vpc" "dummy_vpc" {
name = "tag:Name"
values = ["vpc0-dummy"]
}
filter {
name = "tag:eks-cluster-name"
values = [var.cluster_name]
}
# filter {
# name = "tag:eks-cluster-name"
# values = [var.cluster_name]
# }
}

resource "aws_vpc" "vpc" {
Expand Down

0 comments on commit 3e39778

Please sign in to comment.