Skip to content

Commit ead58f3

Browse files
authored
Rollback to original as we have created the release for testing takeover in QA
1 parent 5c869fc commit ead58f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

locals.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
locals {
22
env = lower(terraform.workspace)
3-
# takeover = var.takeover == true && local.env == var.production_workspace ? true : false
4-
takeover = var.takeover == true && local.env == "qa" ? true : false
3+
takeover = var.takeover == true && local.env == var.production_workspace ? true : false
54
}

0 commit comments

Comments
 (0)