We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdd0be commit 4930d22Copy full SHA for 4930d22
1 file changed
infrastructure/modules/eventpub/lambda_function.tf
@@ -9,8 +9,8 @@ resource "aws_lambda_function" "main" {
9
memory_size = 128
10
timeout = 20
11
12
- filename = archive_file.lambda.output_path
13
- source_code_hash = archive_file.lambda.output_base64sha256
+ filename = data.archive_file.lambda.output_path
+ source_code_hash = data.archive_file.lambda.output_base64sha256
14
15
logging_config {
16
application_log_level = var.log_level
0 commit comments