Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 8, 2025
1 parent c2c0b46 commit c3bd935
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions terraform/forge_py_fargate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ module "forge_py_fargate" {
]

environment = {
"PYTHONPATH": ":/var/task",
"CONFIG_BUCKET": "${var.prefix}-internal",
"CONFIG_DIR" : var.config_dir,
"CONFIG_URL" : var.config_url,
STACK_NAME = var.prefix
CMR_ENVIRONMENT = var.cmr_environment
CUMULUS_MESSAGE_ADAPTER_DIR = "/opt/"
REGION = var.region
CONFIG_BUCKET = var.config_bucket
CONFIG_DIR = var.config_dir
FOOTPRINT_OUTPUT_BUCKET = var.footprint_output_bucket
FOOTPRINT_OUTPUT_DIR = var.footprint_output_dir
CONFIG_URL = var.config_url
LOGGING_LEVEL = var.log_level
PYTHONPATH = ":/var/task"
}

image = "${aws_ecr_repository.lambda-image-repo.repository_url}:${local.ecr_image_tag}"
Expand Down

0 comments on commit c3bd935

Please sign in to comment.