Skip to content

Commit

Permalink
fix(main): define description
Browse files Browse the repository at this point in the history
  • Loading branch information
sleistner committed Dec 13, 2019
1 parent e569e30 commit 4eb8e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ resource "aws_lambda_layer_version" "main" {
layer_name = var.layer_name
source_code_hash = data.archive_file.layer.output_base64sha256
compatible_runtimes = var.compatible_runtimes
description = var.description
}

0 comments on commit 4eb8e1a

Please sign in to comment.