Files
opentf/command/testdata/import-module-var-file/child/main.tf
Kristin Laemmert b611bd7209 reproduction test
2020-06-12 15:39:55 -04:00

6 lines
72 B
HCL

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