From 2fc01a5dc7f059c821126962796d519b23684045 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 16 Feb 2026 15:59:42 +0000 Subject: [PATCH] replace replace me in provider.tf --- infrastructure/terraform/lambda/categorisation/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/lambda/categorisation/provider.tf b/infrastructure/terraform/lambda/categorisation/provider.tf index 37c412ce..f983533d 100644 --- a/infrastructure/terraform/lambda/categorisation/provider.tf +++ b/infrastructure/terraform/lambda/categorisation/provider.tf @@ -7,7 +7,7 @@ terraform { } backend "s3" { - bucket = REPLACE_ME + bucket = "categorisation" key = "terraform.tfstate" region = "eu-west-2" }