╷
│ 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.
╵
위 같은 에러가 뜨면 provider가 제대로 초기화되지 않아서 나는 오류이다.
terraform state replace-provider -auto-approve registry.terraform.io/-/aws hashicorp/aws
위 같은 명령어로 provider를 초기화 해주면 해결된다.