Skip to content

Commit

Permalink
changes in aws/eks/data.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishika RAY committed Nov 26, 2024
1 parent e6edd2f commit f60f919
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 = "${coalesce(var.aws_waf_ce, "infra")}"
workspace = "${coalesce(var.aws_waf_ce, "aws-infra")}"
}

data "aws_instances" "my_worker_nodes" {
Expand Down

0 comments on commit f60f919

Please sign in to comment.