Skip to content

Commit

Permalink
Merge pull request #7461 from ministryofjustice/em-tweak-env-vars
Browse files Browse the repository at this point in the history
em tweak env vars
  • Loading branch information
matt-heery authored Aug 15, 2024
2 parents ca7191c + d01448f commit f0e83dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ module "load_g4s_atrium_unstructured" {
iam_role = aws_iam_role.load_json_table
memory_size = 2048
timeout = 900
function_tag = "v0.0.0-c79d61f"
function_tag = "v0.0.0-670d05a"
dataset_name = "g4s_atrium_unstructured"
env_account_id = local.env_account_id
core_shared_services_id = local.environment_management.account_ids["core-shared-services-production"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "this" {
DLT_PIPELINE_DIR : "/tmp"
JSON_BUCKET_NAME = var.json_bucket_name
STANDARD_FILESYSTEM__QUERY_RESULT_BUCKET = "s3://${var.athena_bucket_name}/output"
ATHENA_DUMP_BUCKET_NAME = "s3://${var.athena_bucket_name}/output"
ATHENA_DUMP_BUCKET_NAME = var.athena_bucket_name
pipeline_name = var.dataset_name
environment = var.production_dev
SUPPLIER_NAME = local.SUPPLIER_NAME
Expand Down

0 comments on commit f0e83dc

Please sign in to comment.