init-kubernetes
jd4883/init-kubernetes/namespace
Terraform Module
HCL
NAMESPACE
Small Tanzu Kubernetes Mini Module to Spin up Namespaces with Permissions Granted to the vSphere Role
Install
module "init-kubernetes" {
source = "jd4883/init-kubernetes/namespace"
version = "0.1.4"
}
README
terraform-namespace-init-kubernetes Small Tanzu Kubernetes Mini Module to Spin up Namespaces with Permissions Granted to the vSphere Role
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| charts | map(object({ namespace = optio | required | |
| docker_config | string | required | |
| fixed_role_ns | list(string) | [
"default"
] | |
| labels | map(string) | {} | |
| skip_ns | list(string) | [
"default",
"kube-system"
] |
Outputs (1)
namespacesResources (3)
kubernetes_namespacekubernetes_role_bindingkubernetes_secret
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.4
Cloud NAMESPACE
Total downloads560
Inputs5
Outputs1
Resources3
Namespacejd4883
Updated