You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are manually added secrets in the vault, instead of removing those manually added values, it should append the values defined in vault_generic_secret while retaining the existing ones.
Actual Behavior
Executing terraform apply causes the removal of manually added secrets in the vault, replacing them solely with the values specified in vault_generic_secret.
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered:
I am unaware if there is native way to instruct secret resources to preserve old values however you can combine data block with resource block to achieve this.
Hello,
Is it possible to append secrets while preserving the manually added existing secrets? Please refer to the details provided below.
Terraform Version
Terraform v1.3.7
on darwin_amd64
Affected Resource(s)
Terraform Configuration
Debug Output
N/A
Panic Output
N/A
Expected Behavior
When there are manually added secrets in the vault, instead of removing those manually added values, it should append the values defined in
vault_generic_secret
while retaining the existing ones.Actual Behavior
Executing terraform apply causes the removal of manually added secrets in the vault, replacing them solely with the values specified in
vault_generic_secret
.Steps to Reproduce
terraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: