Skip to content

Commit

Permalink
chore(deps): update terraform tfe to v0.53.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 1123362 commit 05539cb
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.52.0"
version = "0.53.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.52.0"
version = "0.53.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.52.0"
version = "0.53.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.52.0"
version = "0.53.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.52.0"
version = "0.53.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.52.0"
version = "0.53.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.52.0"
version = "0.53.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/k3s/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.52.0"
version = "0.53.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.52.0"
version = "0.53.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.52.0"
version = "0.53.0"
}
}
}

0 comments on commit 05539cb

Please sign in to comment.