Getting this error while running “terraform validate”. I’ve upgraded to 0.12, and ran “terraform init” without any problem.
Error: Provider configuration not present
To work with aws_kms_alias.self its original provider
configuration at provider.aws.kms is required, but it
has been removed. This occurs when a provider configuration is removed while
objects created by that provider still exist in the state. Re-add the provider
configuration to destroy aws_kms_alias.self, after which
you can remove the provider configuration again.
To work with aws_kms_key.self its original provider
configuration at provider.aws.kms is required, but it
has been removed. This occurs when a provider configuration is removed while
objects created by that provider still exist in the state. Re-add the provider
configuration to destroy aws_kms_key.self, after which
you can remove the provider configuration again.