Skip to content

Commit

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

data "aws_instances" "my_worker_nodes" {
Expand Down

0 comments on commit d3d86eb

Please sign in to comment.