What is the Terraform resource name of the following resource block?
What is the Terraform resource name of the following resource block?
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.
D.dev is the correct answer
D. dev is the name label and the suffix you'd use within terraform to reference this resource.
49 question ?
D.dev is the correct answer
"dev" is the resource name or alias., so the answer if "D" "azurerm_resource_group" is the resource type or kind.