Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation and logging fixes #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vrubiolo
Copy link

@vrubiolo vrubiolo commented Nov 2, 2020

The debug mode now shows the full URL of the Proxmox API, as this helps
debugging errors in the user configuration. Authentication requests are
now also logged as well.

Documentation has been improved to be clearer about assumptions made by
the provider.

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Release note for CHANGELOG:

Now showing full Proxmox URL in debug output to help diagnose configuration issues.


```sh
$ make build
...
$ $GOPATH/bin/terraform-provider-proxmox
$ ./bin/terraform-provider-proxmox
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Despite me correctly setting GOPATH as per the doc, I never saw the binary ending under $GOPATH/bin. This is confirmed by looking at the Makefile itself which uses `go build -o "bin/ ..."

The debug mode now shows the full URL of the Proxmox API, as this helps
debugging errors in the user configuration. Authentication requests are
now also logged as well.

Documentation has been improved to be clearer about assumptions made by
the provider.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant