blob: f7b424b8415f4664d51bd42b8910b0c7d52cad76 [file] [log] [blame]
variable "id" {}
resource "aws_instance" "mod" {
value = "${var.id}"
}