HashiCorp
TERRAFORM-ASSOCIATE-004 · 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.
Submitted by parkjh· Apr 18, 2026Work with Terraform Configurations
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
(27 responses)- A4% (1)
- C4% (1)
- D93% (25)
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 blocks#Infrastructure as Code#Terraform configuration
Community Discussion
No community discussion yet for this question.