Q51
Single choice
Given the below resource configuration-resource "aws_instance" "web" { # ...
count = 4 } What does the terraform resource address aws_instance.web refer to?