Merge pull request #1017 from Hestia-Homes/main

post code splitter
This commit is contained in:
Jun-te Kim 2026-04-20 18:20:10 +01:00 committed by GitHub
commit 3f4a8805ae
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"
}
}