replace replace me in provider.tf

This commit is contained in:
Daniel Roth 2026-02-16 15:59:42 +00:00
parent a78981fd0b
commit 2fc01a5dc7

View file

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