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 51a25bd commit 8380f43Copy full SHA for 8380f43
variables.tf
@@ -63,7 +63,7 @@ variable "ordered_placement_strategy" {
63
64
variable "deployment_controller" {
65
description = "(Optional) Deployment controller"
66
- type = list
+ type = list(string)
67
default = []
68
}
69
0 commit comments