From 810e85562c1ec41ceb5c40d35f81071c16490af4 Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Sun, 2 Nov 2025 01:20:43 +0100 Subject: [PATCH] Add skip_tls_verify to Vault provider - Added skip_tls_verify = true to Vault provider configuration - Fixes x509 certificate verification error for self-signed certificates - Matches pattern used in vSphere provider (allow_unverified_ssl) --- provider.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/provider.tf b/provider.tf index ecf6289..59a6140 100644 --- a/provider.tf +++ b/provider.tf @@ -16,6 +16,7 @@ terraform { # Configure the Vault provider provider "vault" { address = "https://wbyc-srv-docker01.bsdserver.lan:8200" + skip_tls_verify = true auth_login { path = "auth/approle/login" parameters = {