Skip to content

Commit

Permalink
Stop ignoring the filename field
Browse files Browse the repository at this point in the history
Now that we're using relative paths to the lambda script/zip we don't
need to be ignoring the filename field.  In any case, this causes
script updates to fail.
  • Loading branch information
jinnko committed Feb 7, 2019
1 parent bd92791 commit b926f04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ resource "aws_lambda_function" "notify_slack" {

lifecycle {
ignore_changes = [
"filename",
"last_modified",
]
}
Expand Down

0 comments on commit b926f04

Please sign in to comment.