resource "vault_mount" "static_secrets" { path = "static-secrets" type = "kv" options = { version = "2" } description = "Static secrets, organized by //*" }