Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 69

What is the name assigned by Terraform to reference this resource?

    Correct Answer: B

    The name assigned by Terraform to reference the resource is 'main'. In Terraform configuration, the name assigned to the resource is specified after the resource type. In this case, 'main' is the name assigned to the resource of type 'google_compute_instance' and can be used to reference this specific resource within the Terraform code.

Discussion
EltoothOption: B

B is correct answer : main See Topic 1 #Question49 for similar question.

Ahmad_TerraformOption: B

Main is the name of the resources

TigerInTheCloud

invalid terraform config :-)

IK912Option: B

B is correct

Power123Option: B

Main . B is correct

zecchOption: B

answer is B. Main is the name of resource block.