From 9378c417e1240abd8d51d3a3a3d1961728175bb9 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 10 Apr 2026 13:01:37 +0000 Subject: [PATCH] fix typo in terraform state key --- infrastructure/terraform/lambda/hubspot_deal_etl/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/lambda/hubspot_deal_etl/main.tf b/infrastructure/terraform/lambda/hubspot_deal_etl/main.tf index 516ec282..e8762337 100644 --- a/infrastructure/terraform/lambda/hubspot_deal_etl/main.tf +++ b/infrastructure/terraform/lambda/hubspot_deal_etl/main.tf @@ -11,7 +11,7 @@ data "terraform_remote_state" "pashub_to_ara" { backend = "s3" config = { bucket = "pashub-to-ara-terraform-state" - key = "ev:/${var.stage}/terraform.tfstate" + key = "env:/${var.stage}/terraform.tfstate" region = "eu-west-2" } }