We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f4805 commit 36151c1Copy full SHA for 36151c1
main.tf
@@ -129,11 +129,11 @@ resource "aws_lambda_function" "default" {
129
lifecycle {
130
# Ignore tags added by kubernetes
131
ignore_changes = [
132
- "source_code_hash",
133
- "last_modified"
+ source_code_hash,
+ last_modified
134
]
135
}
136
- depends_on = ["aws_iam_role_policy_attachment.default"]
+ depends_on = [aws_iam_role_policy_attachment.default]
137
138
139
# Module : Lambda Permission
0 commit comments