Merge pull request #973 from Hestia-Homes/feature/hubspot-trigger-orchestrator

Hubspot trigger orchestrator: Fix typo in tfstate key
This commit is contained in:
Daniel Roth 2026-04-10 14:18:06 +01:00 committed by GitHub
commit 9a7ca26931
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"
}
}