feat: add policy to read terraform vars

- read variables required for terraform-repoflow
This commit is contained in:
2025-12-13 10:56:58 +11:00
parent 65ad53e24c
commit 4f185d5e28
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
path "kv/data/service/terraform/repoflow" {
capabilities = ["read"]
}