namespace
blackbird-cloud/namespace/kubernetes
Simple terraform module to create namespace
Install
README
Kubernetes Namespace Terraform module A Terraform module which configures your Kubernetes namespace.  Example ``hcl module "namespace" { source = "blackbird-cloud/namespace/kubernetes" version = "~> 1" name = "mynamespace" labels = { my = "label" } annotations = { my = "annotation" } } ` Requirements | Name | Version | |------|---------| | terraform | >= 1 | | kubernetes | ~> 2 | Providers | Name | Version | |------|---------| | kubernetes | 2.23.0 | Resources | Name | Type | |------|------| | kubernetes_namespace.default | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | annotations | (Optional) An unstructured key value map stored with the namespace that may be used to s
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Name of the namespace, must be unique. Cannot be updated. | required |
| labels | map(string) | (Optional) Map of string keys and values that can be used to organize and catego | {} |
| annotations | map(string) | (Optional) An unstructured key value map stored with the namespace that may be u | {} |
Outputs (1)
namespace — The created Namespace on Kubernetes.Resources (1)
Topics & Tags
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,