blob: bd55ea11bf75e4a36d600d4c9794a809f2be6dfb [file] [log] [blame]
variable "foo" {}
resource "aws_instance" "web" {
ami = "${var.foo}"
}