Files
opentf/command/testdata/apply-vars/main.tf
James Bardin 99cd3ab223 fix command tests
A number of tests had invalid configs or providers, but were never
properly validated
2020-08-07 14:13:57 -04:00

6 lines
74 B
HCL

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