Skip to content

Commit

Permalink
PRMP-0000- Update lambda_layer tf to include source code hash
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 authored Aug 21, 2024
1 parent 11f2cbd commit 74e29e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacks/gp-registrations-mi/terraform/lambda_layer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ resource "aws_lambda_layer_version" "mi_enrichment" {
layer_name = "${var.environment}_mi_enrichment_layer"
compatible_runtimes = ["python3.12"]
compatible_architectures = ["x86_64"]
}
source_code_hash = filebase64sha256(var.mi_enrichment_lambda_layer_zip)
}

0 comments on commit 74e29e6

Please sign in to comment.