From 8b9cd6fb14c53f49f17935970b96808718704fef Mon Sep 17 00:00:00 2001 From: Alejandro JNM Date: Wed, 6 May 2020 09:10:41 -0400 Subject: [PATCH] feat(doc): Change the readme - Changed the README.md to add a resource to lear how use the provider until hashicorp accept as provider BREAKING CHANGE: No Signed-off-by: Alejandro JNM --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a8264..f5684b5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ $ make build Using the provider ---------------------- -See the [Civo Provider documentation](https://www.terraform.io/docs/providers/civo/index.html) to get started using the Civo provider. +When the provider is out of beta the documentation will be at [Civo Provider documentation](https://www.terraform.io/docs/providers/civo/index.html), +but during the beta the best resource for learning about it is [this guide](https://www.civo.com/learn/using-the-civo-terraform-provider) + Developing the Provider ---------------------------