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