Skip to content

Commit

Permalink
Update index.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc authored Aug 8, 2024
1 parent fa1cfa8 commit a6bf06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are

```hcl
provider "tfe" {
version = "~> 0.57.0"
version = "~> 0.58.0"
...
}
```
Expand All @@ -101,7 +101,7 @@ For more information on provider installation and constraining provider versions
provider "tfe" {
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
token = var.token
version = "~> 0.57.0"
version = "~> 0.58.0"
}
# Create an organization
Expand Down

0 comments on commit a6bf06c

Please sign in to comment.