mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-25 12:01:51 -04:00
Fixes #15921 When terraform re-creates an existing node/client with chef provisioner, the already existing client (which has old keys) must be removed from the vault items. Afterwards, the chef-vault will be updated with the newly created client (which has the new keys). Therefore, the recreated client will be able to decrypt the vault items properly.