Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashicorp/terraform-provider-kubernetes
Terraform Kubernetes provider
https://github.com/hashicorp/terraform-provider-kubernetes
kubernetes terraform terraform-provider
Last synced: 2 days ago
JSON representation
Terraform Kubernetes provider
- Host: GitHub
- URL: https://github.com/hashicorp/terraform-provider-kubernetes
- Owner: hashicorp
- License: mpl-2.0
- Created: 2017-06-05T20:54:12.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T19:13:32.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:50:10.883Z (about 1 month ago)
- Topics: kubernetes, terraform, terraform-provider
- Language: Go
- Homepage: https://www.terraform.io/docs/providers/kubernetes/
- Size: 92.1 MB
- Stars: 1,593
- Watchers: 72
- Forks: 971
- Open Issues: 159
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-tf - terraform-provider-kubernetes - Provider for Kubernetes. (Providers / Hashicorp supported providers)
README
# Kubernetes Provider for Terraform [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/hashicorp/terraform-provider-kubernetes?label=release)](https://github.com/hashicorp/terraform-provider-kubernetes/releases) [![license](https://img.shields.io/github/license/hashicorp/terraform-provider-kubernetes.svg)]()
- [Getting Started](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/guides/getting-started)
- [Interactive Tutorial](https://learn.hashicorp.com/tutorials/terraform/kubernetes-provider?in=terraform/kubernetes)
- Usage
- [Documentation](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs)
- [Examples](https://github.com/hashicorp/terraform-provider-kubernetes/tree/main/_examples)
- [Kubernetes Provider 2.0 Upgrade guide](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/guides/v2-upgrade-guide)
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
- Chat: [#terraform-providers in Kubernetes](https://kubernetes.slack.com/messages/CJY6ATQH4) ([Sign up here](http://slack.k8s.io/))The Kubernetes provider for Terraform is a plugin that enables full lifecycle management of Kubernetes resources. This provider is maintained internally by HashiCorp.
Please note: We take Terraform's security and our users' trust very seriously. If you believe you have found a security issue in the Terraform Kubernetes Provider, please responsibly disclose by contacting us at [email protected].
## Requirements
- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
- [Go](https://golang.org/doc/install) 1.18+ (to build the provider plugin)## Contributing to the provider
The Kubernetes Provider for Terraform is the work of many contributors. We appreciate your help!
To contribute, please read the [contribution guidelines](_about/CONTRIBUTING.md). You may also [report an issue](https://github.com/hashicorp/terraform-provider-kubernetes/issues/new/choose). Once you've filed an issue, it will follow the [issue lifecycle](_about/ISSUES.md).
Also available are some answers to [Frequently Asked Questions](_about/FAQ.md).