Skip to content

Commit e55ae26

Browse files
author
Sumit Sarkar
committed
FIX: Default strategy add missing field.
1 parent e5c782f commit e55ae26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ variable "ordered_placement_strategies" {
110110
type = "list"
111111
default = [{
112112
type = "spread"
113+
field = "instanceId"
113114
}]
114115
}
115116

0 commit comments

Comments
 (0)