We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65aa758 commit 3a842a0Copy full SHA for 3a842a0
variables.tf
@@ -75,7 +75,7 @@ variable "ordered_placement_strategy" {
75
76
variable "deployment_controller" {
77
description = "(Optional) Deployment controller"
78
- type = list(string)
+ type = list(any)
79
default = []
80
}
81
0 commit comments