From 1741c974e6ce30e8bd3598e6ce92b6540182430d Mon Sep 17 00:00:00 2001 From: James Herr Date: Fri, 18 Oct 2024 11:51:54 -0500 Subject: [PATCH] Remove temp change --- operations/template/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/template/main.tf b/operations/template/main.tf index 579a23c60..ff42970ce 100644 --- a/operations/template/main.tf +++ b/operations/template/main.tf @@ -8,7 +8,7 @@ locals { rs_domain_prefix = "${local.selected_rs_environment_prefix}${length(local.selected_rs_environment_prefix) == 0 ? "" : "."}" higher_environment_level = var.environment == "stg" || var.environment == "prd" cdc_domain_environment = var.environment == "dev" || var.environment == "stg" || var.environment == "prd" - non_pr_environment = !strcontains(var.environment, "pr", "dev") # dev is temp while testing + non_pr_environment = !strcontains(var.environment, "pr") } data "azurerm_resource_group" "group" {