-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Problem statement: I need to refer to older versions of the provisioner page to get the specification for on_failure.
The latest page now includes a link to the resource block spec, which also doesn't include the allowed values for on_failure:
The specific request here is that we get the allowed values for on_failure documented, but I have more overall concerns about the changes to the provisioners page. I'm genuinely concerned there was some confusion and the documentation was replaced with more tutorial-style copy.
That's visible even in the page title: the heading "Perform post-apply operations" instead of the original "Provisioners" title.
Also the "Provisioners are a last resort" section is INCREDIBLY IMPORTANT and SHOULD NOT BE REMOVED and should remain at the top of the provisioners documentation - we refer back to that constantly. It needs to be at the top of the provisioner documentation. We don't want to encourage users to use provisioners if there is any other method available.
I can to open a PR reverting this page page to it's last good version, which seemed to be around 1.10, but that seemed kind of passive aggressive, and doesn't help with the other pages we're finding missing information on.