Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running terraform validate fails #2

Open
loganmarchione opened this issue Sep 10, 2023 · 0 comments
Open

Running terraform validate fails #2

loganmarchione opened this issue Sep 10, 2023 · 0 comments

Comments

@loganmarchione
Copy link
Owner

Running terraform validate results in a failure because the provider uses configuration_aliases. Known issue here.

╷
│ Error: Provider configuration not present
│ 
│ To work with aws_acm_certificate.site its original provider configuration
│ at provider["registry.terraform.io/hashicorp/aws"].us-east-1 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_acm_certificate.site,
│ after which you can remove the provider configuration again.
╵
╷
│ Error: Provider configuration not present
│ 
│ To work with aws_acm_certificate_validation.site its original provider
│ configuration at provider["registry.terraform.io/hashicorp/aws"].us-east-1
│ 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_acm_certificate_validation.site, after which you can remove the
│ provider configuration again.
╵
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant