Simple Terraform module to create a single namespace inside a Kubernetes cluster
No requirements.
| Name | Version |
|---|---|
| kubernetes | n/a |
No modules.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| annotations | Annotations for the namespace | map(string) |
{} |
no |
| labels | Labels of the namespace | map(string) |
{} |
no |
| namespace | Name of the namespace to create | string |
n/a | yes |
| Name | Description |
|---|---|
| namespace | Name of the created namespace |