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 66c9474 commit 6eb5d05Copy full SHA for 6eb5d05
examples/simple/main.tf
@@ -154,10 +154,7 @@ variable "materialize_instances" {
154
name = string
155
value = string
156
})), [])
157
- environmentd_extra_args = optional(list(object({
158
- name = string
159
- value = string
160
- })), [])
+ environmentd_extra_args = optional(list(string), [])
161
}))
162
default = []
163
}
variables.tf
@@ -371,10 +371,7 @@ variable "materialize_instances" {
371
372
373
374
375
376
377
378
379
380
0 commit comments