correct tfstate bucket and path

This commit is contained in:
Daniel Roth 2026-02-09 15:52:15 +00:00
parent a1bb768dfe
commit 888d46f275

View file

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