Skip to content

Commit

Permalink
pm password is sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Mar 11, 2020
1 parent 54612fd commit 6a21970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following arguments are supported in the provider block:

* `pm_api_url` - (Required; or use environment variable `PM_API_URL`) This is the target Proxmox API endpoint.
* `pm_user` - (Required; or use environment variable `PM_USER`) The user, maybe required to include @pam.
* `pm_password` - (Required; or use environment variable `PM_PASS`) The password.
* `pm_password` - (Required; sensitive; or use environment variable `PM_PASS`) The password.
* `pm_otp` - (Optional; or use environment variable `PM_OTP`) The 2FA OTP code.
* `pm_tls_insecure` - (Optional) Disable TLS verification while connecting.
* `pm_parallel` - (Optional; defaults to 4) Allowed simultaneous Proxmox processes (e.g. creating resources).
Expand Down

0 comments on commit 6a21970

Please sign in to comment.