blob: 6a4ae0d096ee801ee744a31891d16b186ae82d20 [file] [log] [blame]
variable "foo" {}
resource "test_instance" "foo" {
foo = var.foo
}