terraform/command/testdata/import-module-var-file/child/main.tf

6 lines
72 B
HCL

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