Skip to content

Commit 2f4701c

Browse files
chore(deps): update terraform cloudposse/lambda-function/aws to v0.6.1
1 parent 73b4d4c commit 2f4701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module "label" {
3434
module "lambda" {
3535
enabled = local.enabled
3636
source = "cloudposse/lambda-function/aws"
37-
version = "0.3.2"
37+
version = "0.6.1"
3838

3939
function_name = local.enabled ? module.label[0].id : null
4040
description = var.function_description

0 commit comments

Comments
 (0)