Skip to content

Commit 9713e6d

Browse files
committed
wip
1 parent 621b64e commit 9713e6d

File tree

1 file changed

+0
-1
lines changed
  • infrastructure/modules/container-app

1 file changed

+0
-1
lines changed

infrastructure/modules/container-app/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ resource "azurerm_container_app" "main" {
124124
transport = "HTTP"
125125
path = var.probe_path
126126
port = var.exposed_port != null ? var.exposed_port : var.port
127-
initial_delay = 45
128127
interval_seconds = 5
129128
timeout = 2
130129
failure_count_threshold = 2

0 commit comments

Comments
 (0)