Terraform v0.13 introduces a new provider source
attribute that allows you to
declare the registry source of a terraform provider. This attribute is part of
the required_providers
setting inside a terraform
configuration block.
The Registry currently indexes Official and
Partner providers, and later work will allow for community providers as well,
which Terraform will automatically download and install on terraform init
.