Skip to content

Commit 6bb81fe

Browse files
committed
further testing
1 parent 822e438 commit 6bb81fe

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/container-apps

1 file changed

+1
-1
lines changed

infrastructure/modules/container-apps/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module "webapp" {
3838
environment_variables = merge(
3939
local.common_env,
4040
{
41-
ALLOWED_HOSTS = "${var.app_short_name}-web-${var.environment}.${var.default_domain}, localhost"
41+
ALLOWED_HOSTS = "${var.app_short_name}-web-${var.environment}.${var.default_domain}"
4242
},
4343
var.deploy_database_as_container ? local.container_db_env : local.azure_db_env
4444
)

0 commit comments

Comments
 (0)