Files
project-gitops/infrastructure/components/vault-policy-set/variables.tf
T
2026-08-28 17:24:26 +09:00

5 lines
121 B
Terraform

variable "policies" {
description = "Map of Vault policy names to HCL policy documents."
type = map(string)
}