[BUG]: 'plaintext_value' forces delete and create instead of inplace update #2518
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
Expected Behavior
When changing 'plaintext_value' we want to replace the value inplace, as we can do in github UI. The problem is that when we are changing a lot of secrets this leads to significant downtime - 5-10 minutes, because we can see something like
Actual Behavior
The force replace firstly deletes the value and then creates it which leads to secret downtime. I think it would be better to update the value INPLACE
Terraform Version
Terraform v1.8.4
on darwin_arm64
Affected Resource(s)
maybe more that setup secrets
Terraform Configuration Files
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: