This terraform module mounts a static secret engine and ties a template ACL policy to an identity group.
Usage:
module "vault_static_secrets" {
source = "git::https://github.com/devops-adeel/terraform-vault-secrets-kv.git?ref=v0.2.0"
}
No requirements.
Name | Version |
---|---|
vault | n/a |
No modules.
Name | Type |
---|---|
vault_identity_group.default | resource |
vault_identity_group_policies.default | resource |
vault_mount.default | resource |
vault_policy.default | resource |
vault_policy_document.default | data source |
No inputs.
Name | Description |
---|---|
backend_path | Secrets Backend Path as output |
identity_group_id | ID of the created Vault Identity Group. |