From 7e464ac22fe0667043838055a3c0ba6fc3baa5fa Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 7 Jan 2022 16:17:21 -0800 Subject: [PATCH] [meta] add links to terraform providers --- meta/lotus-land-story/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/lotus-land-story/README.md b/meta/lotus-land-story/README.md index 12351bb..9154aea 100644 --- a/meta/lotus-land-story/README.md +++ b/meta/lotus-land-story/README.md @@ -21,6 +21,9 @@ terraform destroy - https://learnk8s.io/terraform-lke - https://cert-manager.io/docs/tutorials/acme/ingress/ - https://www.linode.com/community/questions/20215/how-to-re-attach-persistent-volume-to-pod-when-claim-is-deleted +- Terraform providers + - [kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs) + - [linode](https://registry.terraform.io/providers/linode/linode/latest/docs) > At first I get new PVC uid by command: > `kubectl get pvc my-pvc-0 -o yaml | grep uid`