We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a43e68 commit d286796Copy full SHA for d286796
infrastructure/modules/container-apps/main.tf
@@ -30,5 +30,5 @@ module "webapp" {
30
)
31
secret_variables = var.deploy_database_as_container ? { DATABASE_PASSWORD = resource.random_password.admin_password[0].result } : {}
32
is_web_app = true
33
- port = 80
+ port = 8000
34
}
0 commit comments