feat: add consul backend

- add consul backend
This commit is contained in:
2026-02-08 15:55:30 +11:00
parent f8f1185b42
commit c827daab6c
3 changed files with 9 additions and 3 deletions
@@ -18,4 +18,4 @@ resource "vault_consul_secret_backend" "consul" {
client_key = var.client_key
default_lease_ttl_seconds = var.default_lease_ttl_seconds
max_lease_ttl_seconds = var.max_lease_ttl_seconds
}
}