From b8f7d7c6a9a77fe07a0a10a6f4a15c5cec5a1344 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Sat, 7 Dec 2019 20:00:03 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced82ea0..321f408c 100644 --- a/README.md +++ b/README.md @@ -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.