correct tfstate bucket name

This commit is contained in:
Daniel Roth 2026-03-03 14:19:31 +00:00
parent 4646cd9541
commit 7012be7772

View file

@ -7,7 +7,7 @@ terraform {
}
backend "s3" {
bucket = REPLACE_ME
bucket = "engine-terraform-state"
key = "terraform.tfstate"
region = "eu-west-2"
}