Skip to content

ausmartway/terraform-vault-namespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-vault-namespace

A Terraform module for Vault namespace. This module will create namespace, a management policy for the namespace, also a vault token that's associated with the policy.

usage

module "vault_namespace_example" {
    source =""ausmartway/namespace/vault""
    version = "0.0.3"
    name = "example"
}