Skip to content

Commit

Permalink
Merge pull request #5 from clouddrove/AL-22
Browse files Browse the repository at this point in the history
update terraorm for some syntax warning
  • Loading branch information
anmolnagpal authored Mar 17, 2020
2 parents d3f4805 + 36151c1 commit 19e78a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ resource "aws_lambda_function" "default" {
lifecycle {
# Ignore tags added by kubernetes
ignore_changes = [
"source_code_hash",
"last_modified"
source_code_hash,
last_modified
]
}
depends_on = ["aws_iam_role_policy_attachment.default"]
depends_on = [aws_iam_role_policy_attachment.default]
}

# Module : Lambda Permission
Expand Down

0 comments on commit 19e78a4

Please sign in to comment.