Skip to content

Commit

Permalink
temporarily remove dns
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrodal committed Sep 12, 2024
1 parent 904e87b commit 2902957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
env = terraform.workspace
create_imo_msw_preview_dns = var.app == "imo-msw" && local.env == "dev-preview" ? 1 : 0
create_imo_msw_preview_dns = var.app == "imo-msw-no-dns" && local.env == "dev-preview" ? 1 : 0
dns_zone_name = "imo-msw-dev.kystverket.cloud"
frontend_dns_prefix = "preview"
frontend_public_hostname = local.create_imo_msw_preview_dns == 1 ? "${local.frontend_dns_prefix}.${local.dns_zone_name}" : "ca-${var.app}-frontend-${local.env}.${module.appenv.container_app_environment_default_domain}"
Expand Down

0 comments on commit 2902957

Please sign in to comment.