We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1cfa8 commit a6bf06cCopy full SHA for a6bf06c
website/docs/index.html.markdown
@@ -88,7 +88,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
88
89
```hcl
90
provider "tfe" {
91
- version = "~> 0.57.0"
+ version = "~> 0.58.0"
92
...
93
}
94
```
@@ -101,7 +101,7 @@ For more information on provider installation and constraining provider versions
101
102
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
103
token = var.token
104
105
106
107
# Create an organization
0 commit comments