mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct tfstate bucket and path
This commit is contained in:
parent
a1bb768dfe
commit
888d46f275
1 changed files with 1 additions and 2 deletions
|
|
@ -9,9 +9,8 @@ locals {
|
|||
data "terraform_remote_state" "shared" {
|
||||
backend = "s3"
|
||||
config = {
|
||||
bucket = "condition-etl-terraform-state"
|
||||
bucket = "assessment-model-terraform-state"
|
||||
key = "env:/dev/terraform.tfstate" # TODO: dont hardcode this
|
||||
# key = "shared/terraform.tfstate"
|
||||
region = "eu-west-2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue