Like vagrant-aws, I am looking for plugin to work with Oracle cloud Infrastructure.
I found vagrant-oci, but not sure if it works. Didn't get proper example for it. Followed steps and tried with this plugin but no luck.
failed with following error
/root/.vagrant.d/gems/2.4.6/gems/oci-2.9.0/lib/oci/api_client.rb:477:in `handle_non_success_response': The required information to complete authentication was not provided or was incorrect. (OCI::Errors::ServiceError)
If anyone has used it already or if have alternatives, please suggest.
That error indicates an authentication error, which OCI services return if the credentials passed to authenticate are incorrect. Please make sure you've followed the instructions here to construct your credentials and config file correctly.