File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Declare the provider in your configuration and `terraform init` will automatical
2828terraform {
2929 required_providers {
3030 tfe = {
31- version = "~> 0.68.0 "
31+ version = "~> 0.68.1 "
3232 }
3333 }
3434}
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ automatically installed by `terraform init` in the future:
7474terraform {
7575 required_providers {
7676 tfe = {
77- version = "~> 0.68.0 "
77+ version = "~> 0.68.1 "
7878 }
7979 }
8080}
@@ -87,7 +87,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
8787
8888``` hcl
8989provider "tfe" {
90- version = "~> 0.68.0 "
90+ version = "~> 0.68.1 "
9191 ...
9292}
9393```
@@ -100,7 +100,7 @@ For more information on provider installation and constraining provider versions
100100provider "tfe" {
101101 hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
102102 token = var.token
103- version = "~> 0.68.0 "
103+ version = "~> 0.68.1 "
104104}
105105
106106# Create an organization
You can’t perform that action at this time.
0 commit comments