Skip to content

Commit a6bf06c

Browse files
authored
Update index.html.markdown
1 parent fa1cfa8 commit a6bf06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/index.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
8888

8989
```hcl
9090
provider "tfe" {
91-
version = "~> 0.57.0"
91+
version = "~> 0.58.0"
9292
...
9393
}
9494
```
@@ -101,7 +101,7 @@ For more information on provider installation and constraining provider versions
101101
provider "tfe" {
102102
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
103103
token = var.token
104-
version = "~> 0.57.0"
104+
version = "~> 0.58.0"
105105
}
106106
107107
# Create an organization

0 commit comments

Comments
 (0)