blob: c63b4c063b463a898833f4d210afd0a99b7ed1b4 [file] [log] [blame]
variable "foo" {}
provider "test" {
foo = "${var.foo}"
}
resource "test_instance" "foo" {
}