From 4975119e0bd9222c0fc36caff362ae80285dbed3 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 26 May 2024 16:27:38 +0200 Subject: [PATCH] feat: change approle path to /approle instead of -approle --- approle_auth.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/approle_auth.tf b/approle_auth.tf index 942e077..eace7eb 100644 --- a/approle_auth.tf +++ b/approle_auth.tf @@ -1,6 +1,6 @@ resource "vault_auth_backend" "approle" { type = "approle" - path = "${var.tenant_prefix}-approle" + path = "${var.tenant_prefix}/approle" tune { default_lease_ttl = "3600s" max_lease_ttl = "14400s"