We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46441d commit 35912a6Copy full SHA for 35912a6
infrastructure/adminservices-test/altinn-apim-test-rg/backend.tf
@@ -37,8 +37,9 @@ resource "azurerm_container_app" "container_app" {
37
ingress {
38
allow_insecure_connections = false
39
target_port = 8080
40
- transport = "http"
+ transport = "auto"
41
external_enabled = true
42
+ client_certificate_mode = "ignore"
43
traffic_weight {
44
percentage = 100
45
latest_revision = true
0 commit comments