nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #13

What kind of configuration block will create an infrastructure object with settings specified within the block?

The correct answer is D. resource. This is the kind of configuration block that will create an infrastructure object with settings specified within the block. The other options are not used for creating infrastructure objects, but for configuring providers, accessing state data, or querying data sources.

Tools for Test Analysts

Question

What kind of configuration block will create an infrastructure object with settings specified within the block?

Options

  • Aprovider
  • Bstate
  • Cdata
  • Dresource

How the community answered

(50 responses)
  • A
    12% (6)
  • B
    2% (1)
  • C
    6% (3)
  • D
    80% (40)

Explanation

This is the kind of configuration block that will create an infrastructure object with settings specified within the block. The other options are not used for creating infrastructure objects, but for configuring providers, accessing state data, or querying data sources.

Topics

#Terraform#resource block#configuration blocks#infrastructure provisioning

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice