terraform/internal/command/testdata/refresh-var/main.tf

8 lines
99 B
HCL

variable "foo" {}
provider "test" {
value = "${var.foo}"
}
resource "test_instance" "foo" {}