Skip to content

Commit

Permalink
Merge pull request #1635 from alphagov/bump-tf-version
Browse files Browse the repository at this point in the history
Bump used terraform version to 1.10.5
  • Loading branch information
theseanything authored Jan 24, 2025
2 parents ec53191 + 0fb7cb3 commit 74ee5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.3
1.10.5
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "tfe_workspace" "environment_workspace" {
source_url = "https://github.com/alphagov/search-v2-infrastructure/tree/main/terraform/meta"

working_directory = "terraform/deployments/search-api-v2"
terraform_version = "~> 1.10.0"
terraform_version = "~> 1.10.5"

# Only auto apply if there is no workspace defined that we need to wait for (in which case a
# trigger will determine when to apply this workspace)
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-configuration/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ variable "workspace_tags" {
variable "terraform_version" {
type = string
description = "Version constraint for Terraform for this workspace."
default = "~> 1.8.0"
default = "~> 1.10.5"
}

variable "trigger_patterns" {
Expand Down

0 comments on commit 74ee5e2

Please sign in to comment.