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

Which of these is true about Terraform's plugin-based architecture?

    Correct Answer: B

    Terraform's plugin-based architecture allows users to create custom providers to manage resources that are not supported by the default Terraform providers. This flexibility is a key feature of Terraform, enabling users to extend its functionality by creating their own providers for any API.

Discussion
eternalamit5Option: B

Correct ans: B Terraform's plugin-based architecture allows users to create custom providers to manage resources that aren't supported by default Terraform providers.

dankositzkeOption: B

(B) is correct answer