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