Terraform 0.14 - Error: Invalid legacy provider address

When upgrading to Terraform 0.14 directly from versions under Terraform 0.13, one the errors that you will see are related to the Terraform providers. Error: Invalid legacy provider address This configuration or its associated state refers to the unqualified provider "aws". You must complete the Terraform 0.13 upgrade process before upgrading to later versions. This specifc example show the error for the aws provider. Before run with Terraform 0.14, if you run the code again with, at least once, Terraform 0....

February 10, 2021 · Carlos Castro