forgot to add stage

This commit is contained in:
Jun-te Kim 2026-04-20 17:00:27 +00:00
parent 574156b403
commit 735368c312

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