blob: 1d6da85c3d19bc21315cdf52d4ca55c49b388aac [file] [log] [blame]
variable "foo" {}
resource "test_instance" "foo" {
value = var.foo
}