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

6 lines
74 B
HCL

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