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