a51211f071
An additional example in the kubernetes_secret resource, showing how to configure an image secret config without an existing docker config file. |
||
---|---|---|
.github | ||
_about | ||
_examples | ||
kubernetes | ||
scripts | ||
vendor | ||
website | ||
.gitignore | ||
.go-version | ||
.hashibot.hcl | ||
.travis.yml | ||
CHANGELOG.md | ||
GNUmakefile | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go | ||
renovate.json |
README.md
Kubernetes Provider for Terraform
- Getting Started
- Usage
- Mailing list: Google Groups
- Chat: #terraform-providers in Kubernetes (Sign up here)
- Roadmap: Q3 2020
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 security@hashicorp.com.
Requirements
- Terraform 0.12.x
- Note that version 0.11.x currently works, but is deprecated
- Go 1.14.x (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. You may also report an issue. Once you've filed an issue, it will follow the issue lifecycle.
Also available are some answers to Frequently Asked Questions.