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 62e46bb commit debdd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/eks-cluster/ce-deployment/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 "tfe_outputs" "eks" {
organization = var.tf_cloud_organization
Expand All @@ -9,4 +9,4 @@ data "tfe_outputs" "eks" {

data "aws_eks_cluster_auth" "auth" {
name = data.tfe_outputs.eks.values.cluster_name
}
}

0 comments on commit debdd51

Please sign in to comment.