Skip to content

Commit

Permalink
feat: switch tor01 and us-south DC to PER DC (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsbharadwaj authored May 10, 2024
1 parent 1ed6c58 commit 16261d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#####################################################

locals {
pi_non_per_dc_list = ["mon01", "tor01", "lon04", "us-south", "us-east"]
pi_non_per_dc_list = ["mon01", "lon04", "us-east"]
pi_per_disabled = contains(local.pi_non_per_dc_list, var.pi_zone)
}

Expand Down

0 comments on commit 16261d0

Please sign in to comment.