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 } }