From cbfd5b034d5bf6f507afa78018d111ccdfa7a249 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jan 2025 19:03:15 +0000 Subject: [PATCH] Update Terraform hashicorp/terraform to ~> 1.10.0 --- .../deployments/tfc-configuration/modules/search-api-v2/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/deployments/tfc-configuration/modules/search-api-v2/main.tf b/terraform/deployments/tfc-configuration/modules/search-api-v2/main.tf index 67a219450..a15c14003 100644 --- a/terraform/deployments/tfc-configuration/modules/search-api-v2/main.tf +++ b/terraform/deployments/tfc-configuration/modules/search-api-v2/main.tf @@ -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.7.5" + terraform_version = "~> 1.10.0" # 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)