TERRAFORM-ASSOCIATE-003 · Question #219
TERRAFORM-ASSOCIATE-003 Question #219: Real Exam Question with Answer & Explanation
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.
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.
Community Discussion
No community discussion yet for this question.