fix typo in terraform state key

This commit is contained in:
Daniel Roth 2026-04-10 13:01:37 +00:00
parent 5a4bddadfd
commit 9378c417e1

View file

@ -11,7 +11,7 @@ data "terraform_remote_state" "pashub_to_ara" {
backend = "s3"
config = {
bucket = "pashub-to-ara-terraform-state"
key = "ev:/${var.stage}/terraform.tfstate"
key = "env:/${var.stage}/terraform.tfstate"
region = "eu-west-2"
}
}