Skip to content

Commit fa1cfa8

Browse files
authored
Update README.md
1 parent dd06bad commit fa1cfa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Declare the provider in your configuration and `terraform init` will automatical
2929
terraform {
3030
required_providers {
3131
tfe = {
32-
version = "~> 0.57.0"
32+
version = "~> 0.58.0"
3333
}
3434
}
3535
}
@@ -45,7 +45,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
4545

4646
```hcl
4747
provider "tfe" {
48-
version = "~> 0.57.0"
48+
version = "~> 0.58.0"
4949
...
5050
}
5151
```

0 commit comments

Comments
 (0)