diff --git a/infrastructure/terraform/lambda/condition-etl/main.tf b/infrastructure/terraform/lambda/condition-etl/main.tf index 8d9f2171..a81444f9 100644 --- a/infrastructure/terraform/lambda/condition-etl/main.tf +++ b/infrastructure/terraform/lambda/condition-etl/main.tf @@ -10,7 +10,8 @@ data "terraform_remote_state" "shared" { backend = "s3" config = { bucket = "condition-etl-terraform-state" - key = "shared/terraform.tfstate" + key = "env:/dev/terraform.tfstate" # TODO: dont hardcode this + # key = "shared/terraform.tfstate" region = "eu-west-2" } }