Question 7 of 10Pro Only
Explain the role of Terraform providers and data sources. How do you manage provider versions, and when would you use data sources instead of resource blocks?
Sample answer preview
Terraform providers are plugins that interface between Terraform and external APIs. Each provider is responsible for understanding the API of a specific service and translating Terraform resource definitions into API calls.
providersdata-sourcesversion-constraintslock-filealiasesrequired-providers