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 Feb 8, 2024
1 parent 3be8a34 commit 3431681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ automatically installed by `terraform init` in the future:
terraform {
required_providers {
tfe = {
version = "~> 0.51.1"
version = "~> 0.52.0"
}
}
}
Expand All @@ -88,7 +88,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are

```hcl
provider "tfe" {
version = "~> 0.51.1"
version = "~> 0.52.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 Terraform Cloud `app.terraform.io`
token = var.token
version = "~> 0.51.1"
version = "~> 0.52.0"
}
# Create an organization
Expand Down

0 comments on commit 3431681

Please sign in to comment.