Skip to content

Commit

Permalink
Update Terraform tfe to v0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Jan 23, 2025
1 parent a2d14dd commit 3f34f96
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-services/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.55.0"
version = "~> 0.62.0"
}
# The AWS provider is only used here for remote state in remote.tf. Please
# do not add AWS resources to this module.
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/gcp-search-api-v2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "~> 0.55.0"
version = "~> 0.62.0"
}
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "~> 0.55.0"
version = "~> 0.62.0"
}
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.55.0"
version = "0.62.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-aws-config/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.55.0"
version = "~> 0.62.0"
}
tls = {
source = "hashicorp/tls"
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-bootstrap/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "~> 0.55.0"
version = "~> 0.62.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-configuration/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "0.55.0"
version = "0.62.0"
}
}
}
Expand Down

0 comments on commit 3f34f96

Please sign in to comment.