Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/questopshub/terraform-kubernetes-namespace
- Owner: QuestOpsHub
- License: mit
- Created: 2025-01-25T20:41:41.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-25T20:44:29.000Z (9 days ago)
- Last Synced: 2025-01-25T21:25:15.643Z (9 days ago)
- Topics: azure, azure-infrastructure, iac, infrastructure-as-code, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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 ---------------------- |