@tp20165 wrote:
Getting this error while running “terraform validate”. I’ve upgraded to 0.12, and ran “terraform init” without any problem.
Error: Provider configuration not presentTo 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.
Posts: 3
Participants: 3