HashiCorp
TERRAFORM-ASSOCIATE-003 · Question #19
What is one disadvantage of using dynamic blocks in Terraform?
The correct answer is D. They make configuration harder to read and understand. This is one disadvantage of using dynamic blocks in Terraform, as they can introduce complexity and reduce readability of the configuration. The other options are either advantages or incorrect
Read, generate, and modify configuration
Question
What is one disadvantage of using dynamic blocks in Terraform?
Options
- ADynamic blocks can construct repeatable nested blocks
- BTerraform will run more slowly
- CThey cannot be used to loop through a list of values
- DThey make configuration harder to read and understand
How the community answered
(44 responses)- A2% (1)
- B9% (4)
- C5% (2)
- D84% (37)
Explanation
This is one disadvantage of using dynamic blocks in Terraform, as they can introduce complexity and reduce readability of the configuration. The other options are either advantages or incorrect
Topics
#dynamic blocks#HCL syntax#configuration readability#nested blocks
Community Discussion
No community discussion yet for this question.