mirror of
https://github.com/hashicorp/terraform-provider-helm.git
synced 2025-12-18 23:26:08 -05:00
Update outdated README (#1604)
This commit is contained in:
parent
b539eafcfb
commit
f5ff23f9a8
1 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
|
||||
- [Documentation](https://www.terraform.io/docs/providers/helm/index.html)
|
||||
- [Mailing list](http://groups.google.com/group/terraform-tool)
|
||||
- [#terraform-providers in Kubernetes Slack](https://kubernetes.slack.com/messages/CJY6ATQH4) ([Sign up here](http://slack.k8s.io/))
|
||||
|
||||
This is the [Helm](https://github.com/kubernetes/helm) provider for [Terraform](https://www.terraform.io/).
|
||||
|
|
@ -22,8 +21,8 @@ This provider allows you to install and manage [Helm Charts](https://artifacthub
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Terraform](https://www.terraform.io/downloads.html) v0.12.x
|
||||
- [Go](https://golang.org/doc/install) v1.18.x (to build the provider plugin)
|
||||
- [Terraform](https://www.terraform.io/downloads.html) v1.x.x
|
||||
- [Go](https://golang.org/doc/install) v1.22.x (to build the provider plugin)
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue