-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
bugAddresses a defect in current functionality.Addresses a defect in current functionality.
Milestone
Description
Terraform and AWS Provider Version
Terraform Version: v1.5.2
AWS Provider Version: latest [version not pinned]Affected Resource(s) or Data Source(s)
ALL
Expected Behavior
The provider should update AWS resources successfully and return a valid resource identity after the update, without producing errors. When an update operation is performed, it should complete without reporting Missing Resource Identity After Update
Actual Behavior
An error is returned:
Error: Missing Resource Identity After Update: The Terraform provider unexpectedly returned no resource identity after having no errors in the resource update. This is always a problem with the provider and should be reported to the provider developer
Relevant Error/Panic Output
Error: Missing Resource Identity After Update: The Terraform provider unexpectedly returned no resource identity after having no errors in the resource update. This is always a problem with the provider and should be reported to the provider developerSample Terraform Configuration
n/a
Steps to Reproduce
Apply Terraform Changes
Debug Logging
Click to expand log output
GenAI / LLM Assisted Development
n/a
Important Facts and References
- The resource appears to update correctly in AWS
- After encountering the Missing Resource Identity After Update error, running terraform apply again shows no infrastructure changes are detected, suggesting that the resource update did complete despite the error message
- This issue only occurs on update operations, delete operations complete normally without this error
- I have not tested the create operation, so I am unsure whether it is also affected by this issue
Would you like to implement a fix?
No
fiendishfeather, joelmccoy, DariuszLuber, VictorFourneau, justinbowes and 9 more
Metadata
Metadata
Assignees
Labels
bugAddresses a defect in current functionality.Addresses a defect in current functionality.