terraform/command/testdata/apply-vars/main.tf

6 lines
79 B
HCL

variable "foo" {}
resource "test_instance" "foo" {
value = "${var.foo}"
}