terraform/command/test-fixtures/import-provider-var-file/main.tf

6 lines
62 B
HCL

variable "foo" {}
provider "test" {
foo = "${var.foo}"
}