You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried with various terraform versions and providers, getting below error
To work with module.npr.aws_route53_record.this its original provider configuration at module.npr.provider["registry.terraform.io/hashicorp/aws"].dns 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
module.npr.aws_route53_record.this, after which you can remove the provider configuration again.
The text was updated successfully, but these errors were encountered:
Tried with various terraform versions and providers, getting below error
To work with module.npr.aws_route53_record.this its original provider configuration at module.npr.provider["registry.terraform.io/hashicorp/aws"].dns 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
module.npr.aws_route53_record.this, after which you can remove the provider configuration again.
The text was updated successfully, but these errors were encountered: