Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishika RAY committed Nov 25, 2024
1 parent e64aaa7 commit 9bf6fe8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shared/booksinfo/data.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
data "tfe_outputs" "infra" {
organization = var.tf_cloud_organization
<<<<<<< HEAD
workspace = "aws-infra"
=======
workspace = "${coalesce(var.aws_waf_ce, "infra")}"
>>>>>>> 7759e1229d807d2da94cb1cc2c18127d452be360
workspace = "${coalesce(var.aws_waf_ce, "aws-infra")}"
}
data "tfe_outputs" "eks" {
organization = var.tf_cloud_organization
Expand Down

0 comments on commit 9bf6fe8

Please sign in to comment.