Skip to content

Commit

Permalink
Rollback to original as we have created the release for testing takeo…
Browse files Browse the repository at this point in the history
…ver in QA
  • Loading branch information
arevelo-bc authored Jul 16, 2024
1 parent 5c869fc commit ead58f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
locals {
env = lower(terraform.workspace)
# takeover = var.takeover == true && local.env == var.production_workspace ? true : false
takeover = var.takeover == true && local.env == "qa" ? true : false
takeover = var.takeover == true && local.env == var.production_workspace ? true : false
}

0 comments on commit ead58f3

Please sign in to comment.