Skip to content

Commit

Permalink
Update docs and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 25, 2021
1 parent 0624a66 commit 674bb13
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 674bb13

Please sign in to comment.