Skip to content

Commit fb6e72f

Browse files
committed
Ignore timeouts state values
1 parent be31ada commit fb6e72f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ resource "aws_lambda_function" "this" {
142142
aws_iam_role_policy_attachment.vpc,
143143
aws_iam_role_policy_attachment.tracing,
144144
]
145+
146+
lifecycle {
147+
ignore_changes = [
148+
timeouts
149+
]
150+
}
145151
}
146152

147153
resource "aws_lambda_layer_version" "this" {

0 commit comments

Comments
 (0)