References with mixed usage
The count reference guesses a number and the rest guess string, each labelled as a guess
resource "aws_instance" "web" {
ami = var.ami_id
instance_type = var.instance_type
count = var.instance_count
}