mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
This test illustrates a failure which occurs during the Input walk, if an interpolation is used with the input of a splat operation resulting in a multi-variable. The bug was found during use of the RC2, but does not correspond to an open issue at present.
4 lines
48 B
HCL
4 lines
48 B
HCL
variable "single_element" {
|
|
type = "string"
|
|
}
|