mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
replace replace mes
This commit is contained in:
parent
7fdfc049b3
commit
bfe81d4cfe
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ terraform {
|
|||
}
|
||||
|
||||
backend "s3" {
|
||||
bucket = REPLACE_ME
|
||||
bucket = "condition-etl-terraform-state"
|
||||
key = "terraform.tfstate"
|
||||
region = "eu-west-2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue