From 888d46f2756c172d18ac60edc0a7e0db7bb15f66 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 9 Feb 2026 15:52:15 +0000 Subject: [PATCH] correct tfstate bucket and path --- infrastructure/terraform/lambda/condition-etl/main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/terraform/lambda/condition-etl/main.tf b/infrastructure/terraform/lambda/condition-etl/main.tf index a81444f9..98e97a08 100644 --- a/infrastructure/terraform/lambda/condition-etl/main.tf +++ b/infrastructure/terraform/lambda/condition-etl/main.tf @@ -9,9 +9,8 @@ locals { data "terraform_remote_state" "shared" { backend = "s3" config = { - bucket = "condition-etl-terraform-state" + bucket = "assessment-model-terraform-state" key = "env:/dev/terraform.tfstate" # TODO: dont hardcode this - # key = "shared/terraform.tfstate" region = "eu-west-2" } }