terraform/builtin/provisioners/chef
Sander van Harmelen 7e180aec92 Refactor the provisioner validation function (#15273)
It turns out that `d.GetOk` also returns `false` when the user _did_ actually supply a value for it in the config, but the value itself needs to be evaluated before it can be used.

So instead of passing a `ResourceData` we now pass a `ResourceConfig`
which makes much more sense for doing the validation anyway.
2017-06-15 19:57:04 +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 Refactor the provisioner validation function (#15273) 2017-06-15 19:57:04 +02:00
resource_provisioner_test.go Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +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