Closed kiran-113 closed 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @kiran-113 π Thank you for taking the time to raise this! So that we have the information needed to look into this, can you supply debug logs (redacted as needed) as well? That'll help give us an idea of why the resource is being marked for recreation on each run.
Hey @kiran-113 π Thank you for taking the time to raise this! So that we have the information needed to look into this, can you supply debug logs (redacted as needed) as well? That'll help give us an idea of why the resource is being marked for recreation on each run. Hey Thanks for reply, could you please help me how to get DEBUG LOGS?
Hey, @justinretzolk Could you please help how to get DEBUG LOGS?
Hey @kiran-113 π You can do so by setting the TF_LOG
environment variable to DEBUG
.
Hey @justinretzolk , can i know the cause for this issue
Hey @kiran-113 π Thank you for taking the time to raise this! So that we have the information needed to look into this, can you supply debug logs (redacted as needed) as well? That'll help give us an idea of why the resource is being marked for recreation on each run. Hi, I attached logs, please let me know any further details required
Hey @kiran-113 π Thank you for the debug logs. It looks like the replacement is being cased by the disable_rollback
argument. Is that argument changing during these applies?
~ disable_rollback = false -> true # forces replacement
Hey @justinretzolk , Sorry for the delay, in my code disable_roolback is set to true, now i changed it to false, now is it working correctly, Thanks @justinretzolk , and i am closing the issue
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Hi, When ever i applied terraform apply command, the resources configured through cloud formation template are destroying and re creating, Please review and do enhancements .
Affected Resource(s) and/or Data Source(s)
CFT template
Potential Terraform Configuration
References
Resources:
Would you like to implement a fix?
None