feat(docker-service): add shutdown grace period

This commit is contained in:
Yuris Cakranegara
2025-08-06 11:08:05 +10:00
parent 6595de4788
commit 0a076a9af5
2 changed files with 7 additions and 0 deletions

View File

@@ -185,6 +185,12 @@ variable "privileged" {
default = false
}
variable "destroy_grace_seconds" {
description = "Grace period in seconds before the container is destroyed"
type = number
default = 10
}
// Logging options
variable "log_driver" {
description = "Log driver for the container"