scalr_module_namespace
Data Source: scalr_module_namespace
Retrieves information about a single module namespace.
Example Usage
data "scalr_module_namespace" "example" {
  name = "example-namespace"
}
Schema
Optional
- name(String) The name of the module namespace.
Read-Only
- environments(Set of String) Set of environment IDs associated with the module namespace.
- id(String) The module namespace ID.
- is_shared(Boolean) Whether the module namespace is shared.
- modules(Set of String) Set of module IDs in the module namespace.
- owners(Set of String) Set of team IDs that own the module namespace.
Updated 8 days ago
