Skip to content

Commit 422a660

Browse files
author
simple-me
committed
remove commented block
1 parent d7aac40 commit 422a660

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ resource "aws_lambda_function" "lambda_function" {
1414
runtime = var.lambda_runtime
1515
timeout = 10
1616

17-
# environment {
18-
# variables = {
19-
# table_name = local.table_name
20-
# attribute_name = local.attribute_name
21-
# }
22-
# }
2317
environment {
2418
variables = merge(
2519
{

0 commit comments

Comments
 (0)