Skip to content

Commit cf168b3

Browse files
committed
Ignore changes to lambda filename
1 parent d635ee5 commit cf168b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda_function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "aws_lambda_function" "lambda" {
1212
runtime = var.lambda_runtime
1313

1414
lifecycle {
15-
ignore_changes = ["last_modified", "source_code_hash"]
15+
ignore_changes = ["filename", "last_modified", "source_code_hash"]
1616
}
1717

1818
dynamic environment {

0 commit comments

Comments
 (0)