TERRAFORM-ASSOCIATE-004 · Question #219
What functionality do providers offer in Terraform? (Pick 3 correct responses)
The correct answer is A. Interact with cloud provider APIs. B. Provision resources for on-premises infrastructure services. D. Provision resources for public cloud infrastructure services.. A ( Correct) - Providers allow Terraform to interact with APIs of cloud/on-premises services. B ( Correct) - Some Terraform providers can provision on-premises infrastructure, such as VMware, OpenStack, etc. C ( Incorrect) - This describes Terraform Workspaces, not providers. D (
Question
Options
- AInteract with cloud provider APIs.
- BProvision resources for on-premises infrastructure services.
- CGroup a collection of Terraform configuration files that map to a single state file.
- DProvision resources for public cloud infrastructure services.
- EEnforce security and compliance policies.
How the community answered
(23 responses)- A87% (20)
- C9% (2)
- E4% (1)
Explanation
A ( Correct) - Providers allow Terraform to interact with APIs of cloud/on-premises services. B ( Correct) - Some Terraform providers can provision on-premises infrastructure, such as VMware, OpenStack, etc. C ( Incorrect) - This describes Terraform Workspaces, not providers. D ( Correct) - Terraform providers allow provisioning of public cloud resources (AWS, Azure, E ( Incorrect) - Enforcing security and compliance policies is not a direct provider function, but it can be done using Sentinel or other policy-as-code tools.
Topics
Community Discussion
No community discussion yet for this question.