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

4 lines
57 B
HCL

variable "foo" {
default = "${aws_instance.foo.bar}"
}