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

What is the Terraform resource name of the following resource block?

    Correct Answer: D

    The resource name in a Terraform resource block is the identifier given to that specific resource so it can be referenced elsewhere in the configuration. In this case, the resource block defines a resource of type azurerm_resource_group with a resource name of dev. Therefore, the correct resource name is dev.

Discussion
dev_maftunaOption: D

D.dev is the correct answer

vindi135Option: D

D. dev is the name label and the suffix you'd use within terraform to reference this resource.

Bolgarwow

49 question ?

RoomeerOption: D

D.dev is the correct answer

gold4otasOption: D

"dev" is the resource name or alias., so the answer if "D" "azurerm_resource_group" is the resource type or kind.