Removal of deprecated attributes and existing state file #14458
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
service/iam
Issues and PRs that pertain to the iam service.
service/route53
Issues and PRs that pertain to the route53 service.
upstream-terraform
Addresses functionality related to the Terraform core binary.
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
so far:
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
normal plan output
Actual Behavior
Steps to Reproduce
rm -fr .terraform
terraform init
terraform plan
Important Factoids
My state file has entries like below and it seems as though the existence of removed attributes from the provider causes terraform to get into a stuck state. If I
state rm
thedata.aws_region
instances, terraform continues on but there are too many existing resources for me torm
them all or start with an empty state andimport
.References
The text was updated successfully, but these errors were encountered: