0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 04:22:59 +00:00

Update README.md

This commit is contained in:
Dan Petersen 2019-12-07 20:00:03 +01:00
parent 5a79f039c1
commit b8f7d7c6a9

View File

@ -29,6 +29,7 @@ If you're building the provider, follow the instructions to [install it as a plu
#### Arguments
* `virtual_environment` - (Optional) This is the configuration block for the Proxmox Virtual Environment.
* `endpoint` - (Required) The endpoint for the Proxmox Virtual Environment API.
* `insecure` - (Optional) Whether to skip the TLS verification step. Defaults to `false`.
* `password` - (Required) The password for the Proxmox Virtual Environment API.
* `username` - (Required) The username for the Proxmox Virtual Environment API.