Skip to content

Commit

Permalink
temporary test renaming frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrodal committed Sep 12, 2024
1 parent 5c7d954 commit f26dc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/frontend/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
create_dns = var.app == "imo-msw" && var.env == "dev-preview" ? 1 : 0
container_app_name = "ca-${var.app}-frontend-${var.env}"
container_app_name = "ca-${var.app}-frontend-${var.env}-rename-test"
dns_zone_name = "imo-msw-dev.kystverket.cloud"
dns_prefix = "preview"
dns_resource_group_name = "rg-dns"
Expand Down

0 comments on commit f26dc19

Please sign in to comment.