nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #255

A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of that resource block?

The correct answer is C. ev. Rationale for Correct Answer: A Terraform resource block has the following structure: resource "<RESOURCE TYPE>" "<RESOURCE NAME>" { Resource type: azurerm_resource_group Resource name: dev The resource name is the second label in the resource block and is used internally by Terr

Submitted by salim_om· Apr 18, 2026Work with Terraform Configurations

Question

A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of that resource block?

Exhibit

TERRAFORM-ASSOCIATE-004 question #255 exhibit

Options

  • Aazurerm
  • Bazurerm_resource_group
  • Cev
  • Dtest

How the community answered

(44 responses)
  • A
    9% (4)
  • B
    2% (1)
  • C
    86% (38)
  • D
    2% (1)

Explanation

Rationale for Correct Answer: A Terraform resource block has the following structure: resource "<RESOURCE TYPE>" "<RESOURCE NAME>" { Resource type: azurerm_resource_group Resource name: dev The resource name is the second label in the resource block and is used internally by Terraform to reference the resource (e.g., azurerm_resource_group.dev).

Topics

#resource block#resource name#HCL syntax

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice