blob: 692bfb30f3bc1ae71434c52c5dc998e3944d4e1d [file] [log] [blame]
variable "foo" {}
resource "aws_instance" "foo" {
foo = "${var.foo}"
}