Skip to content

Commit 43af53e

Browse files
committed
fix(oidc): remove lifecycle on edge lambda
1 parent ee0df71 commit 43af53e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/oidc/edge.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,5 @@ resource "aws_lambda_function" "edge_auth" {
2626
source_code_hash = data.archive_file.edge_lambda_zip[0].output_base64sha256
2727
publish = true
2828

29-
lifecycle {
30-
ignore_changes = [
31-
source_code_hash,
32-
]
33-
}
34-
3529
tags = var.tags
3630
}

0 commit comments

Comments
 (0)