terraform 0.13でproviderが取得できないとき
registry.terraform.io/- が registry.terraform.io/hashicorp に変わった模様
code:bash
terraform state replace-provider 'registry.terraform.io/-/aws' 'registry.terraform.io/hashicorp/aws'
terraform state replace-provider 'registry.terraform.io/-/local' 'registry.terraform.io/hashicorp/local'
terraform state replace-provider 'registry.terraform.io/-/template' 'registry.terraform.io/hashicorp/template'
terraform state replace-provider 'registry.terraform.io/-/archive' 'registry.terraform.io/hashicorp/archive'