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

8 lines
99 B
Terraform
Raw Normal View History

2014-07-28 19:43:00 +02:00
variable "foo" {}
provider "test" {
value = "${var.foo}"
}
resource "test_instance" "foo" {}