We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e569e30 commit 4eb8e1aCopy full SHA for 4eb8e1a
main.tf
@@ -3,4 +3,5 @@ resource "aws_lambda_layer_version" "main" {
3
layer_name = var.layer_name
4
source_code_hash = data.archive_file.layer.output_base64sha256
5
compatible_runtimes = var.compatible_runtimes
6
+ description = var.description
7
}
0 commit comments