From 674bb13cf2517d7f047774e683dd7b58a5b70512 Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Mon, 25 Oct 2021 07:59:25 +0000 Subject: [PATCH] Update docs and CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ docs/index.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b801181..9c894d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## [v1.0.1](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.1) (25 October 2021) + +### Merged +- [#101](https://github.com/civo/terraform-provider-civo/pull/101) - Add missing required provider section in terraform docs provider example + +### Commits +- [0624a66](https://github.com/civo/terraform-provider-civo/commit/0624a667282e2535f2f3f91498f524341324f67e) - Update release script + ## [v1.0.0](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.0) (11 October 2021) ### Commits diff --git a/docs/index.md b/docs/index.md index e6004a55..83aeb83e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,15 @@ Use the navigation to the left to read about the available resources. # Set the variable value in *.tfvars file or using -var="civo_token=..." CLI flag variable "civo_token" {} +# Specify required provider as maintained by civo +terraform { + required_providers { + civo = { + source = "civo/civo" + } + } +} + # Configure the Civo Provider provider "civo" { token = var.civo_token