You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you try to provision something without the --provisioning flag, we error with "resource type does not have provisioner configured". It'd be nice if the error was something like "provisioning is not enabled. try running with --provisioning".
The text was updated successfully, but these errors were encountered:
Overall the error messages could be fleshed out to help diagnosis. I implemented Revoke parameters incorrectly and did not match the ResourceProvisioner interface and wrestled with the same error message for a while before discovering my mistake.
Right now if you try to provision something without the
--provisioning
flag, we error with "resource type does not have provisioner configured". It'd be nice if the error was something like "provisioning is not enabled. try running with --provisioning".The text was updated successfully, but these errors were encountered: