Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.59 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.59 KB

Kubernetes Namespace

Requirements

Name Version
terraform ~> 1.7
kubernetes ~>2.20

Providers

Name Version
kubernetes ~>2.20

Modules

No modules.

Resources

Name Type
kubernetes_namespace_v1.main resource

Inputs

Name Description Type Default Required
annotations An unstructured key value map stored with the namespace that may be used to store arbitrary metadata map(string) {} no
labels Map of string keys and values that can be used to organize and categorize namespaces map(string) {} no
name Kubernetes namespace name string n/a yes

Outputs

Name Description
generation A sequence number representing a specific generation of the desired state
name The name of namespace
uid The unique in time and space value for this namespace