Merge pull request #1016 from Hestia-Homes/feature/address_trigger_from_frontend

forgot to add stage
This commit is contained in:
Jun-te Kim 2026-04-20 18:12:41 +01:00 committed by GitHub
commit 37a6a9d9b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,8 @@ data "terraform_remote_state" "categorisation" {
data "terraform_remote_state" "postcode_splitter" {
backend = "s3"
config = {
bucket = "postcode-splitter-terraform-state"
key = "terraform.tfstate"
bucket = "postcode-splitter-terraform-state",
key = "env:/${var.stage}/terraform.tfstate"
region = "eu-west-2"
}
}