fix: make tenant group external
This commit is contained in:
parent
47f53a2a20
commit
b1f512b85c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user