nerdexam
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)
  • A
    2% (1)
  • B
    9% (4)
  • C
    5% (2)
  • D
    84% (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.

Full TERRAFORM-ASSOCIATE-003 Practice