From b1f512b85cebc03f714b24c1b5e715d9a12d750b Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 26 May 2024 16:25:52 +0200 Subject: [PATCH] fix: make tenant group external --- approle_auth.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/approle_auth.tf b/approle_auth.tf index cb28e2b..942e077 100644 --- a/approle_auth.tf +++ b/approle_auth.tf @@ -9,7 +9,7 @@ resource "vault_auth_backend" "approle" { resource "vault_identity_group" "this" { name = var.tenant_name - type = "internal" + type = "external" metadata = { tenant = var.tenant_name prefix = var.tenant_prefix