Skip to content

Commit 8564711

Browse files
committed
fix/incorrect parameter terminationGracPeriodSec
1 parent 45ab7d3 commit 8564711

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ list(object({
244244
name = string
245245
serviceId = string
246246
})))
247-
terminationGracePeriodSec = optional(number)
248247
volumes = optional(list(object({
249248
mountOptions = string
250249
name = string

variables.containerapps.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ variable "container_apps" {
229229
name = string
230230
serviceId = string
231231
})))
232-
terminationGracePeriodSec = optional(number)
233232
volumes = optional(list(object({
234233
mountOptions = string
235234
name = string

0 commit comments

Comments
 (0)