gke-namespace

blackbird-cloud/gke-namespace/google

Terraform Module HCL GOOGLE

Simple namespace creator for GKE clusters

Install
module "gke-namespace" {
source = "blackbird-cloud/gke-namespace/google"
version = "1.0.0"
}
plain text: /constructs/tfmod-blackbird-cloud-gke-namespace-google/install.txt
⭐ Source on GitHub 📦 Registry page
README

A Google Kubernetes Engine Namespace Terraform module A Terraform module which configures your Google Kubernetes Engine namespace. ![blackbird-logo](https://www.blackbird.cloud) Example ``hcl module "namespace" { source = "blackbird-cloud/gke-namespace/google" version = "~> 1" cluster_name = "my-cluster" location = "europe-west4" name = "mynamespace" labels = { my = "label" } annotations = { my = "annotation" } } provider "google" { project = "my-project" } ` Requirements | Name | Version | |------|---------| | terraform | >= 1 | | google | ~> 4 | | kubernetes | ~> 2 | Providers | Name | Version | |------|---------| | google | 4.79.0 | Resources | Name | Type | |------|------| | google_client_config.provider | data source | | google_container_cluster.my_cluster | data source | Inputs | Nam

Inputs (5)
NameTypeDescriptionDefault
cluster_namestring(Required) - The name of the cluster. required
locationstring(Required) - The location (zone or region) this cluster has been created in. required
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.
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud GOOGLE
★ Stars0
Forks0
Total downloads3.2k
Inputs5
Outputs1
LicenseApache-2.0
Namespaceblackbird-cloud
Updated