From 62e46bbc2ab297914e8c0114e12523921d95e7e4 Mon Sep 17 00:00:00 2001 From: Mohammed Janibasha Date: Tue, 2 Jul 2024 11:51:30 +0530 Subject: [PATCH] Update data.tf --- aws/eks-cluster/data.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/eks-cluster/data.tf b/aws/eks-cluster/data.tf index 783b0787d..31bda7d38 100644 --- a/aws/eks-cluster/data.tf +++ b/aws/eks-cluster/data.tf @@ -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" {