diff --git a/variables.tf b/variables.tf index b7a5fd7..4af953f 100644 --- a/variables.tf +++ b/variables.tf @@ -75,7 +75,7 @@ variable "ordered_placement_strategy" { variable "deployment_controller" { description = "(Optional) Deployment controller" - type = list(string) + type = list(any) default = [] }