Terraform Kubernetes provider
Перейти к файлу
Giorgio Azzinnaro a51211f071 r/kubernetes_secret docker config example
An additional example in the kubernetes_secret resource, showing how to configure an image secret config without an existing docker config file.
2020-07-31 08:55:17 -07:00
.github Update staleness check 2020-07-29 11:50:09 -07:00
_about Update ROADMAP.md 2020-07-29 15:55:55 -07:00
_examples Update GKE example to remove deprecated (#895) 2020-06-30 17:32:10 -07:00
kubernetes Fix crash in resource_kubernetes_pod_security_policy host_ports attribute (#932) 2020-07-29 14:43:06 -04:00
scripts Ingress Resource (closes #14) (#417) 2019-05-10 11:54:45 +02:00
vendor Add wait_for_rollout to kubernetes_stateful_set (#914) 2020-07-23 13:12:46 -04:00
website r/kubernetes_secret docker config example 2020-07-31 08:55:17 -07:00
.gitignore Dev: fix test infra for GKE (#277) 2019-01-15 18:40:26 +01:00
.go-version Add go-version file (#915) 2020-07-15 10:16:26 +02: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 Cleanup after v1.12.0 release 2020-07-30 01:03:10 +00: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 Update README.md 2020-07-30 11:37:35 -07:00
go.mod Add wait_for_rollout to kubernetes_stateful_set (#914) 2020-07-23 13:12:46 -04:00
go.sum Add wait_for_rollout to kubernetes_stateful_set (#914) 2020-07-23 13:12:46 -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

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