nomad_namespace

Provisions a namespace within a Nomad cluster.

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 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/nomad/r/namespace.html