mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
forgot to add stage
This commit is contained in:
parent
574156b403
commit
735368c312
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