terraform/builtin
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
..
bins remove provider bins 2017-06-12 13:43:51 -04:00
providers remove builtin providers 2017-06-12 13:42:06 -04:00
provisioners Refactor the provisioner validation function (#15273) 2017-06-15 19:57:04 +02:00