diff --git a/variables.tf b/variables.tf index e5fa487..740f605 100644 --- a/variables.tf +++ b/variables.tf @@ -207,7 +207,7 @@ variable "resourceRequirements" { variable "secrets" { default = [] description = "The secrets to pass to the container" - type = list(string) + type = list(map(string)) } variable "systemControls" {