Skip to content

Commit 4eb8e1a

Browse files
committed
fix(main): define description
1 parent e569e30 commit 4eb8e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ resource "aws_lambda_layer_version" "main" {
33
layer_name = var.layer_name
44
source_code_hash = data.archive_file.layer.output_base64sha256
55
compatible_runtimes = var.compatible_runtimes
6+
description = var.description
67
}

0 commit comments

Comments
 (0)