Skip to content

Commit

Permalink
Remove temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrflexion committed Oct 18, 2024
1 parent 71c1056 commit 1741c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 1741c97

Please sign in to comment.