terraform/config/testdata/validate-var-default-interp.../main.tf

6 lines
179 B
HCL

variable "foo" {
# This should be considered valid since the sequence is escaped and is
# thus not actually an interpolation.
default = "foo bar $${aws_instance.foo.bar}"
}