Skip to content

Commit 822dbd6

Browse files
authored
Merge pull request #4 from UseAlloy/INFR-4934
fix: INFR-4934 remove lifecycle block to unblock lambda releases
2 parents ada107c + 5104c95 commit 822dbd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ resource "aws_lambda_function" "this" {
143143
var.function_tags
144144
)
145145

146-
lifecycle {
147-
ignore_changes = [image_uri]
148-
}
149-
150146
depends_on = [
151147
# null_resource.archive,
152148
# aws_s3_object.lambda_package,

0 commit comments

Comments
 (0)