File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ tf_cmd = AWS_PROFILE=$(aws_profile) terraform
77
88project_name = immunisation
99project_short_name = imms
10- state_bucket = $(project_name ) -internal-dev -terraform-state-files
10+ state_bucket = $(project_name ) -$( APIGEE_ENVIRONMENT ) -terraform-state-files
1111tf_state = -backend-config="bucket=$(state_bucket ) "
1212
1313tf_vars = -var="project_name=$(project_name ) " -var="project_short_name=$(project_short_name ) "
Original file line number Diff line number Diff line change 11# Define the directory containing the Docker image and calculate its SHA-256 hash for triggering redeployments
22locals {
3- mesh_processor_lambda_dir = abspath (" ${ path . root } /../delta_backend " )
3+ mesh_processor_lambda_dir = abspath (" ${ path . root } /../mesh_processor " )
44 mesh_processor_lambda_files = fileset (local. mesh_processor_lambda_dir , " **" )
55 mesh_processor_lambda_dir_sha = sha1 (join (" " , [for f in local . mesh_processor_lambda_files : filesha1 (" ${ local . mesh_processor_lambda_dir } /${ f } " )]))
66}
You can’t perform that action at this time.
0 commit comments