namespace

ausmartway/namespace/vault

Terraform Module HCL VAULT

A Terraform module for Vault namespace

Install
module "namespace" {
source = "ausmartway/namespace/vault"
version = "0.0.3"
}
plain text: /constructs/tfmod-ausmartway-namespace-vault/install.txt
⭐ Source on GitHub 📦 Registry page
README

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 ``terraform module "vault_namespace_example" { source =""ausmartway/namespace/vault"" version = "0.0.3" name = "example" } ``

Inputs (1)
NameTypeDescriptionDefault
namestringThe name of the Vault namespace to be created. required
Outputs (2)
vault-namespace — The full path of the namespace created.
vault-token — The Vault token created for managing the namespace.
Resources (3)
vault_namespacevault_policyvault_token
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud VAULT
★ Stars2
Forks2
Total downloads1.5k
Inputs1
Outputs2
Resources3
LicenseApache-2.0
Namespaceausmartway
Updated