How does Terraform handle working with so many providers?
Select an option, then click Submit answer.
-
○
Terraform ships with all of the plugins embedded in the Terraform binary.
-
○
Terraform uses a plugin architecture for providers and only installs the provider plugins required by your configuration in the configuration's working directory.
-
○
Terraform uses a plugin architecture for providers and only installs the provider plugins required by your configuration in a shared, system-wide plugins directory.
-
○
Terraform allows you to select the providers you want to support during the Terraform installation process.