Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/questopshub/terraform-kubernetes-namespace

Terraform module to create Kubernetes Namespace.
https://github.com/questopshub/terraform-kubernetes-namespace

azure azure-infrastructure iac infrastructure-as-code terraform terraform-module

Last synced: 8 days ago
JSON representation

Terraform module to create Kubernetes Namespace.

Awesome Lists containing this project

README

        

# Azure Kubernetes Namespace Terraform Module

Terraform module to create Kubernetes Namespace.

## Requirements

No requirements.

## Providers

| Name | Version |
|------|---------|
| [kubernetes](#provider\_kubernetes) | n/a |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [kubernetes_namespace.namespace](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [annotations](#input\_annotations) | ---------------------- Kubernetes Namespace ---------------------- | `any` | `null` | no |
| [labels](#input\_labels) | n/a | `any` | `null` | no |
| [name](#input\_name) | n/a | `any` | `null` | no |

## Outputs

| Name | Description |
|------|-------------|
| [name](#output\_name) | ---------------------- Kubernetes Namespace ---------------------- |