Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
futuretea committed Sep 8, 2021
1 parent 6dcdf33 commit 8239543
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ make
#### 2. Install the provider
The expected location for the Harvester provider for that target platform within one of the local search directories would be like the following:
```bash
registry.terraform.io/harvester/harvester/0.2.0/linux_amd64/terraform-provider-harvester_v0.2.0
registry.terraform.io/harvester/harvester/0.2.1/linux_amd64/terraform-provider-harvester_v0.2.1
```

The default location for locally-installed providers is one of the following, depending on which operating system you are running Terraform under:
Expand All @@ -45,7 +45,7 @@ The default location for locally-installed providers is one of the following, de

Place the provider into the plugins directory, for example:
```bash
version=0.2.0
version=0.2.1
arch=linux_amd64
terraform_harvester_provider_bin=./bin/terraform-provider-harvester

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
harvester = {
source = "registry.terraform.io/harvester/harvester"
version = "~> 0.2.0"
version = "~> 0.2.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
harvester = {
source = "registry.terraform.io/harvester/harvester"
version = "~> 0.2.0"
version = "~> 0.2.1"
}
}
}
Expand Down

0 comments on commit 8239543

Please sign in to comment.