Skip to content

Commit 8380f43

Browse files
authored
Update variables.tf
1 parent 51a25bd commit 8380f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ variable "ordered_placement_strategy" {
6363

6464
variable "deployment_controller" {
6565
description = "(Optional) Deployment controller"
66-
type = list
66+
type = list(string)
6767
default = []
6868
}
6969

0 commit comments

Comments
 (0)