terraform/builtin/provisioners
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
..
chef Refactor the provisioner validation function (#15273) 2017-06-15 19:57:04 +02:00
file Refactor the provisioner validation function (#15273) 2017-06-15 19:57:04 +02:00
local-exec Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00
remote-exec Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00