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
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.
╵
The text was updated successfully, but these errors were encountered:
Running
terraform validate
results in a failure because the provider usesconfiguration_aliases
. Known issue here.The text was updated successfully, but these errors were encountered: