blob: 3bc9860b602985f637d54eb927211a6de90c5e7d [file] [log] [blame]
variable "foo" {}
resource "aws_instance" "bar" {
foo = "${var.foo}"
}