Skip to content

Commit

Permalink
Update data.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Jul 2, 2024
1 parent ee53543 commit 62e46bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks-cluster/data.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data "tfe_outputs" "infra" {
organization = var.tf_cloud_organization
workspace = "infra"
workspace = "${coalesce(var.aws_waf_ce, "infra")}"
}

data "aws_instances" "my_worker_nodes" {
Expand Down

0 comments on commit 62e46bb

Please sign in to comment.