Skip to content

Provider returns 'Missing Resource Identity After Update' error for AWS resources on update #44376

@mohamed-liveeo

Description

@mohamed-liveeo

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 developer

Sample 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugAddresses a defect in current functionality.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions