Terraform Kubernetes provider
Перейти к файлу
John Houston 3c8102ff61 Rework test for statefulset wait_for_rollout 2020-07-20 16:16:48 -04:00
.github Update target project 2020-07-02 15:53:42 -07:00
_about Replace all instances of old github org with new one (#880) 2020-06-16 10:24:05 -07:00
_examples Update GKE example to remove deprecated (#895) 2020-06-30 17:32:10 -07:00
kubernetes Rework test for statefulset wait_for_rollout 2020-07-20 16:16:48 -04:00
scripts Ingress Resource (closes #14) (#417) 2019-05-10 11:54:45 +02:00
vendor go mod vendor 2020-07-14 15:53:27 -04:00
website Update documentation for kubernetes_stateful_set 2020-07-14 15:49:56 -04:00
.gitignore Dev: fix test infra for GKE (#277) 2019-01-15 18:40:26 +01:00
.hashibot.hcl Update .hashibot.hcl (#885) 2020-06-15 14:09:31 -07:00
.travis.yml Configure travis for repo migration (#879) 2020-06-10 09:51:49 -07:00
CHANGELOG.md Update CHANGELOG.md 2020-07-01 11:57:24 -07:00
GNUmakefile Upgrade provider to Terraform 0.12 SDK (#351) 2019-04-18 01:47:56 +02:00
LICENSE initial commit 2017-06-05 20:54:13 +00:00
README.md Replace all instances of old github org with new one (#880) 2020-06-16 10:24:05 -07:00
go.mod go mod vendor 2020-07-14 15:53:27 -04:00
go.sum go mod vendor 2020-07-14 15:53:27 -04:00
main.go Replace all instances of old github org with new one (#880) 2020-06-16 10:24:05 -07:00
renovate.json Enable modules tidying in renovate 2019-05-29 12:05:19 -05:00

README.md

Terraform Provider for Kubernetes GitHub tag (latest SemVer) license

Terraform logo

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 Terraform Kubernetes Provider 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.