Skip to content

Commit 162a645

Browse files
authored
Update README (#1195)
1 parent c5fb3eb commit 162a645

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.50.0"
32+
version = "~> 0.51.1"
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.50.0"
48+
version = "~> 0.51.1"
4949
...
5050
}
5151
```

0 commit comments

Comments
 (0)