[Bug]: Provider fails to refresh aws_elasticache_replication_group
if manually deleted
#32244
Labels
bug
Addresses a defect in current functionality.
service/elasticache
Issues and PRs that pertain to the elasticache service.
Milestone
Terraform Core Version
0.14.11
AWS Provider Version
5.5.0, 4.67.0
Affected Resource(s)
resource "aws_elasticache_replication_group"
Expected Behavior
When the resource is deleted in the cloud provider console, the next run in Terraform should refresh and suggest creating the group on the plan and applying it.
Actual Behavior
When the resource is deleted in the console, on the next run of terraform plan/refresh, the result is:
Error: unable to find ElastiCache Parameter Group (<name_of_the_resource>): couldn't find resource
It fails consistently in this situation when the group is deleted manually outside of Terraform.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Error: unable to find ElastiCache Parameter Group (<name_of_the_resource>): couldn't find resource
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: