fix: make tenant group external
All checks were successful
development / Check commit compliance (push) Successful in 5s
pull-requests-open / Check commit compliance (pull_request) Successful in 9s

This commit is contained in:
Bertrand Lanson 2024-05-26 16:25:52 +02:00
parent 47f53a2a20
commit b1f512b85c
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

View File

@ -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