Merge pull request #974 from Hestia-Homes/main

Hubspot trigger orchestrator: Fix typo in tfstate key
This commit is contained in:
Jun-te Kim 2026-04-10 14:19:08 +01:00 committed by GitHub
commit 55e73414b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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