Question 6 of 10Pro Only
What are Terraform providers, and how do you configure multiple providers or different regions in the same configuration?
Sample answer preview
Terraform providers are plugins that enable Terraform to interact with external APIs. Each provider adds a set of resource types and data sources that Terraform can manage. Without providers, Terraform cannot communicate with any infrastructure platform.
providerprovider aliasmulti-regionmulti-accountassume_roleterraform init