Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 304

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

    Correct Answer: D

    The configuration block that creates an infrastructure object with settings specified within the block is the 'resource' block. It defines what resources to create and their configurations, making them an essential part of infrastructure-as-code tools such as Terraform.

Discussion
Ramdi1Option: D

resource block is used to provision the resource