Skip to content

Commit

Permalink
Bump used terraform version to 1.10.5
Browse files Browse the repository at this point in the history
This configure TFC and local terraform version to use 1.10.5. After this
we can then bump the minimun required version.
  • Loading branch information
theseanything committed Jan 24, 2025
1 parent cac63ee commit 0fb7cb3
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 0fb7cb3

Please sign in to comment.