Terraform destroys everytime when I apply some changes to Aurora instance

Hello team,

Recently I’m very concerned with my recent major issue. So , I have deployed aurora postgres via Terraform.
So , when I make smallest of change to the configuration like change instance type and adding reader instance, it destroys the Aurora clusters , all instances and creates new one.
My entire Database has been deleted due to this issue.
Kindly look into this issue ASAP.

Hi @gajalakshmi2901,

There are many reasons why this could happen. To reduce the number of possibilities, please share the entire output of terraform plan showing the unwanted proposal to destroy the cluster, and the configuration for the objects mentioned in that plan and any other configuration objects those configurations refer to.

With that information, readers should hopefully be able to explain why the provider is proposing to destroy the cluster, and what you could change to avoid that.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.