A company wants to manage both on-premises and cloud infrastructure with a single tool. Which feature of Terraform makes this possible?
Provider plugins interface with different APIs, allowing Terraform to manage diverse infrastructure.
Why this answer
Terraform's provider plugin architecture allows it to manage resources across different platforms by using provider plugins that interface with each platform's API.