From d3d86eb941dc14b5fe13936957dd452cf7203809 Mon Sep 17 00:00:00 2001 From: Ishika RAY Date: Mon, 25 Nov 2024 14:32:30 +0530 Subject: [PATCH] aws/eks/data.tf - aws-infra to infra --- 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 c903c801f..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 = "${coalesce(var.aws_waf_ce, "aws-infra")}" + workspace = "${coalesce(var.aws_waf_ce, "infra")}" } data "aws_instances" "my_worker_nodes" {