HashiCorp Certified: Terraform Associate — Question 168
You can develop a custom provider to manage its resources using Terraform.
Answer options
- A. True
- B. False
Correct answer: A
Explanation
The correct answer is A because Terraform allows users to develop custom providers to manage specific resources that are not covered by existing providers. Option B is incorrect as it suggests that custom providers cannot be created, which contradicts Terraform's extensible architecture.