Skip to content

Commit 19e78a4

Browse files
authored
Merge pull request #5 from clouddrove/AL-22
update terraorm for some syntax warning
2 parents d3f4805 + 36151c1 commit 19e78a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ resource "aws_lambda_function" "default" {
129129
lifecycle {
130130
# Ignore tags added by kubernetes
131131
ignore_changes = [
132-
"source_code_hash",
133-
"last_modified"
132+
source_code_hash,
133+
last_modified
134134
]
135135
}
136-
depends_on = ["aws_iam_role_policy_attachment.default"]
136+
depends_on = [aws_iam_role_policy_attachment.default]
137137
}
138138

139139
# Module : Lambda Permission

0 commit comments

Comments
 (0)