scalr_module_namespace

Resource: scalr_module_namespace

Manages the state of module namespaces in Scalr.

Example Usage

resource "scalr_module_namespace" "example" {
  name      = "example-namespace"
  is_shared = true
}

Schema

Required

  • name (String) Name of the module namespace.

Optional

  • environments (Set of String) Set of environment IDs associated with the module namespace.
  • is_shared (Boolean) Whether the module namespace is shared.
  • owners (Set of String) Set of team IDs that own the module namespace.

Read-Only

  • id (String) The ID of this resource.