correct path to tfstate file

This commit is contained in:
Daniel Roth 2026-02-09 15:20:06 +00:00
parent de6bb935fe
commit a1bb768dfe

View file

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