mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct path to tfstate file
This commit is contained in:
parent
de6bb935fe
commit
a1bb768dfe
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ data "terraform_remote_state" "shared" {
|
|||
backend = "s3"
|
||||
config = {
|
||||
bucket = "condition-etl-terraform-state"
|
||||
key = "shared/terraform.tfstate"
|
||||
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