nomad_namespace
Provisions a namespace within a Nomad cluster.
Enterprise Only! This API endpoint and functionality only exists in Nomad Enterprise. This is not present in the open source version of Nomad.
Example Usage
Registering a namespace:
resource "nomad_namespace" "dev" { name = "dev" description = "Shared development environment." }
Argument Reference
The following arguments are supported:
-
name
(string: <required>)
- A unique name for the namespace. -
description
(string: "")
- A description of the namespace.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/nomad/r/namespace.html