From 8f6604793dc0065f427bb0d042653a13fe96ad7f Mon Sep 17 00:00:00 2001 From: John Houston Date: Tue, 18 Mar 2025 00:53:13 -0600 Subject: [PATCH] Update outdated README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c91f3022c9..184c0df99e 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,12 @@ # 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) +- [Getting Started](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/guides/getting-started.html) +- [Interactive Tutorial](https://developer.hashicorp.com/terraform/tutorials/kubernetes/kubernetes-provider) - 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. @@ -21,7 +20,7 @@ Please note: We take Terraform's security and our users' trust very seriously. I ## Requirements - [Terraform](https://www.terraform.io/downloads.html) 0.12.x -- [Go](https://golang.org/doc/install) 1.18+ (to build the provider plugin) +- [Go](https://golang.org/doc/install) 1.22+ (to build the provider plugin) ## Contributing to the provider