terraform/builtin/provisioners/chef
Christoph Kappel af206e7543 Clean clients from chef-vault on recreate_client enabled (#16357)
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.
2017-10-20 17:46:29 +02:00
..
test-fixtures Support recreating clients and configuring Chef Vaults (#8577) 2016-09-15 14:20:18 +02:00
linux_provisioner.go Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00
linux_provisioner_test.go Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00
resource_provisioner.go Clean clients from chef-vault on recreate_client enabled (#16357) 2017-10-20 17:46:29 +02:00
resource_provisioner_test.go Clean clients from chef-vault on recreate_client enabled (#16357) 2017-10-20 17:46:29 +02:00
windows_provisioner.go Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00
windows_provisioner_test.go Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00