correct reference to abri api tf state bucket in hubspot etl lambda

This commit is contained in:
Daniel Roth 2026-07-08 13:14:07 +00:00
parent 399e00606f
commit 358fa1b01d

View file

@ -28,7 +28,7 @@ data "terraform_remote_state" "magic_plan" {
data "terraform_remote_state" "abri_api" {
backend = "s3"
config = {
bucket = "abri-api-terraform-state"
bucket = "abri-terraform-state"
key = "env:/${var.stage}/terraform.tfstate"
region = "eu-west-2"
}