namespace

blackbird-cloud/namespace/kubernetes

Terraform Module HCL KUBERNETES

Simple terraform module to create namespace

Install

module "namespace" {
source = "blackbird-cloud/namespace/kubernetes"
version = "1.0.0"
}
⭐ Source on GitHub 📦 Registry page

README

Kubernetes Namespace Terraform module A Terraform module which configures your Kubernetes namespace. ![blackbird-logo](https://www.blackbird.cloud) 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)

NameTypeDescriptionDefault
namestringName of the namespace, must be unique. Cannot be updated. required
labelsmap(string)(Optional) Map of string keys and values that can be used to organize and catego{}
annotationsmap(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)

kubernetes_namespace

Details

FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud KUBERNETES
★ Stars0
Forks0
Total downloads3.2k
Inputs3
Outputs1
Resources1
LicenseApache-2.0
Namespaceblackbird-cloud
Updated