HashiCorp Certified: Terraform Associate — Question 124
Terraform configuration (including any module references) can contain only one Terraform provider type.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because a Terraform configuration can utilize multiple provider types within the same file or across different modules, allowing for greater flexibility in resource management. Option A is incorrect as it incorrectly suggests a limitation that does not exist in Terraform's design.