Skip to content

Commit e57e184

Browse files
[NDR-54] Remove last_modified from ignore_changes in Lambda lifecycle to streamline CI/CD deployments
1 parent fadcd41 commit e57e184

File tree

1 file changed

+0
-1
lines changed
  • infrastructure/modules/lambda

1 file changed

+0
-1
lines changed

infrastructure/modules/lambda/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ resource "aws_lambda_function" "lambda" {
2525
ignore_changes = [
2626
# These are required as Lambdas are deployed via the CI/CD pipelines
2727
source_code_hash,
28-
last_modified,
2928
layers
3029
]
3130
}

0 commit comments

Comments
 (0)