Correct answers: A, B, and C
Explanation:
Terraform providers are plugins that allow Terraform to interact with various APIs and systems. They are responsible for defining and managing resources.
A. Interact with cloud provider APIs → ✅ Correct. Providers handle communication between Terraform and external APIs (e.g., AWS, Azure, GCP).
B. Provision resources for on-premises infrastructure services → ✅ Correct. Many providers support on-premises systems (e.g., VMware vSphere, vCenter, F5).
C. Provision resources for public cloud infrastructure services → ✅ Correct. Providers manage resources in public clouds like Azure, AWS, and GCP.
D. Group a collection of Terraform configuration files that map to a single state file → ❌ This describes a Terraform workspace, not a provider.
E. Enforce security and compliance policies → ❌ This is handled by tools like Sentinel or OPA, not providers.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
poesklap
1 month, 2 weeks ago