blob: 732ce43b1ab459c44315d115eaf9aadec920838d [file] [log] [blame]
variable "list" {
type = list(string)
}
resource "aws_instance" "bar" {
count = var.list[0]
}