updating modules

This commit is contained in:
2025-08-19 08:19:43 -05:00
parent c46a59d717
commit 4959e58067
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ variable "containers" {
type = list(object({
command = optional(string)
cpu = optional(string)
env = optional(list(object({
envs = optional(list(object({
name = string
secret_name = optional(string)
value = optional(string)