mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #1016 from Hestia-Homes/feature/address_trigger_from_frontend
forgot to add stage
This commit is contained in:
commit
37a6a9d9b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue