Which of these is true about Terraform's plugin-based architecture?
Which of these is true about Terraform's plugin-based architecture?
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.
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.
(B) is correct answer