Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 284


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

Show Answer
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

5 comments
Sign in to comment
dev_maftunaOption: D
Dec 6, 2023

D.dev is the correct answer

vindi135Option: D
Nov 26, 2023

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

gold4otasOption: D
Dec 31, 2023

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

RoomeerOption: D
Feb 7, 2024

D.dev is the correct answer

Bolgarwow
Mar 28, 2024

49 question ?