From c52cd37a74c1da662858266f8de526ee40e5ec41 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 13:56:25 +0000 Subject: [PATCH] remove workspaces --- infrastructure/terraform/lambda/_template/main.tf | 1 - infrastructure/terraform/lambda/address2UPRN/main.tf | 1 - 2 files changed, 2 deletions(-) diff --git a/infrastructure/terraform/lambda/_template/main.tf b/infrastructure/terraform/lambda/_template/main.tf index 46c54207..0b3f008a 100644 --- a/infrastructure/terraform/lambda/_template/main.tf +++ b/infrastructure/terraform/lambda/_template/main.tf @@ -4,7 +4,6 @@ data "terraform_remote_state" "shared" { bucket = "assessment-model-terraform-state" key = "terraform.tfstate" region = "eu-west-2" - workspace = var.stage } } diff --git a/infrastructure/terraform/lambda/address2UPRN/main.tf b/infrastructure/terraform/lambda/address2UPRN/main.tf index b3d41925..a5978186 100644 --- a/infrastructure/terraform/lambda/address2UPRN/main.tf +++ b/infrastructure/terraform/lambda/address2UPRN/main.tf @@ -8,7 +8,6 @@ data "terraform_remote_state" "shared" { bucket = "assessment-model-terraform-state" key = "terraform.tfstate" region = "eu-west-2" - workspace = var.stage } }