replace replace mes

This commit is contained in:
Daniel Roth 2026-02-05 11:00:29 +00:00
parent 7fdfc049b3
commit bfe81d4cfe
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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