blob: 0f8fc9116e636d6f0835f925b50a95a4902206c1 [file] [log] [blame]
variable "input" {}
resource "aws_instance" "b" {
id = "${var.input}"
}