Skip to content

Commit

Permalink
Merge pull request #1513 from portefaix/renovate/tfe-0.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform tfe to v0.61.0
  • Loading branch information
nlamirault authored Dec 15, 2024
2 parents 962c229 + 07f3abc commit b270e3d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion terraform/alicloud/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/aws/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/azure/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/civo/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/digitalocean/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/exoscale/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/talos/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/vultr/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.60.1"
version = "0.61.0"
}
}
}

0 comments on commit b270e3d

Please sign in to comment.