blob: 005abad095f1b563491b1b2454737e2c671b5f27 [file] [log] [blame]
variable "foo" {}
resource "test_instance" "foo" {
value = "${var.foo}"
}