infra/tf/bao-mounts.tf

6 lines
215 B
HCL

resource "vault_mount" "static_secrets" {
path = "static-secrets"
type = "kv"
options = { version = "2" }
description = "Static secrets, organized by <k8s-namespace>/<service-account>/*"
}