correct terraform state bucket

This commit is contained in:
Daniel Roth 2026-02-17 09:26:04 +00:00
parent 9d87ef8eec
commit 1d6746d391

View file

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