From bfe81d4cfef0ffce15a519f649d7e0dcc05f0a34 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 5 Feb 2026 11:00:29 +0000 Subject: [PATCH] replace replace mes --- infrastructure/terraform/lambda/condition-etl/main.tf | 2 +- infrastructure/terraform/lambda/condition-etl/provider.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/terraform/lambda/condition-etl/main.tf b/infrastructure/terraform/lambda/condition-etl/main.tf index 3010aa8a..a421f898 100644 --- a/infrastructure/terraform/lambda/condition-etl/main.tf +++ b/infrastructure/terraform/lambda/condition-etl/main.tf @@ -1,7 +1,7 @@ module "lambda" { source = "../modules/lambda_with_sqs" - name = REPLACE ME #"address2uprn" for example + name = "condition-etl" stage = var.stage image_uri = local.image_uri diff --git a/infrastructure/terraform/lambda/condition-etl/provider.tf b/infrastructure/terraform/lambda/condition-etl/provider.tf index 37c412ce..c633d238 100644 --- a/infrastructure/terraform/lambda/condition-etl/provider.tf +++ b/infrastructure/terraform/lambda/condition-etl/provider.tf @@ -7,7 +7,7 @@ terraform { } backend "s3" { - bucket = REPLACE_ME + bucket = "condition-etl-terraform-state" key = "terraform.tfstate" region = "eu-west-2" }