From 20ca823d7000bbc5064b402462fab5e7bc295b8f Mon Sep 17 00:00:00 2001 From: Marc Pomfret Date: Tue, 21 Nov 2023 14:49:39 +0000 Subject: [PATCH] branch change for testing --- .../deployments/tfc-configuration/cluster-infrastructure.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/deployments/tfc-configuration/cluster-infrastructure.tf b/terraform/deployments/tfc-configuration/cluster-infrastructure.tf index 7af0e9d41..a4a764d78 100644 --- a/terraform/deployments/tfc-configuration/cluster-infrastructure.tf +++ b/terraform/deployments/tfc-configuration/cluster-infrastructure.tf @@ -7,7 +7,7 @@ module "cluster-infrastructure-integration" { workspace_desc = "The cluster-infrastructure module is responsible for the AWS resources which constitute the EKS cluster." workspace_tags = ["integration", "cluster-infrastructure", "eks", "aws"] terraform_version = "1.5.2" - execution_mode = "local" #TODO: Change to remote after state import + execution_mode = "remote" #TODO: Change to remote after state import working_directory = "/terraform/deployments/cluster-infrastructure/" trigger_patterns = ["/terraform/deployments/cluster-infrastructure/**/*"] @@ -15,6 +15,7 @@ module "cluster-infrastructure-integration" { vcs_repo = { identifier = "alphagov/govuk-infrastructure" + branch = "marc/cluster-infra-int-state" oauth_token_id = data.tfe_oauth_client.github.oauth_token_id } }