Skip to content

Commit 6c9882e

Browse files
authored
prep README for release (#1789)
1 parent 1582807 commit 6c9882e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Declare the provider in your configuration and `terraform init` will automatical
2828
terraform {
2929
required_providers {
3030
tfe = {
31-
version = "~> 0.68.0"
31+
version = "~> 0.68.1"
3232
}
3333
}
3434
}

website/docs/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ automatically installed by `terraform init` in the future:
7474
terraform {
7575
required_providers {
7676
tfe = {
77-
version = "~> 0.68.0"
77+
version = "~> 0.68.1"
7878
}
7979
}
8080
}
@@ -87,7 +87,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
8787

8888
```hcl
8989
provider "tfe" {
90-
version = "~> 0.68.0"
90+
version = "~> 0.68.1"
9191
...
9292
}
9393
```
@@ -100,7 +100,7 @@ For more information on provider installation and constraining provider versions
100100
provider "tfe" {
101101
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
102102
token = var.token
103-
version = "~> 0.68.0"
103+
version = "~> 0.68.1"
104104
}
105105
106106
# Create an organization

0 commit comments

Comments
 (0)