Skip to content

Commit dc8f0f2

Browse files
authored
ignore last_modified attribute (#23)
1 parent 12fca4e commit dc8f0f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ resource "aws_lambda_function" "this" {
7272
subnet_ids = vpc_config.value.subnet_ids
7373
}
7474
}
75+
76+
lifecycle {
77+
ignore_changes = [last_modified]
78+
}
7579
}
7680

7781
data "aws_partition" "this" { count = local.enabled ? 1 : 0 }

0 commit comments

Comments
 (0)