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.
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)- A12% (6)
- B2% (1)
- C6% (3)
- D80% (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
Community Discussion
No community discussion yet for this question.