Process Flow - Ignore_changes lifecycle rule
Start Terraform Apply
Check resource config changes
Is attribute in ignore_changes?
Yes→Skip updating that attribute
No
Apply changes to resource
Finish Apply
Terraform checks resource changes, skips updates to attributes listed in ignore_changes, then applies other changes.