Skip to content

Commit

Permalink
zone_ids are queried after cluster_domain is created
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 6c1764f commit 0f0a969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dns_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ locals {
cluster_domain_name = format("%v.%v", var.cluster_name, local.vpc_domain_name)
cluster_domain_description = format("%v EKS Cluster DNS Zone", var.cluster_name)
region = var.region
zone_ids = []
}

#---
Expand Down

0 comments on commit 0f0a969

Please sign in to comment.