» vault_namespace
Provides a resource to manage Namespaces.
Note this feature is available only with Vault Enterprise.
» Example Usage
resource "vault_namespace" "ns1" {
path = "ns1/"
}
» Argument Reference
The following arguments are supported:
-
path
- (Required) The path of the namespace
» Attributes Reference
-
id
- ID of the namespace.