Skip to content

Commit

Permalink
Fix resource location
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfox675 committed Apr 20, 2021
1 parent 85a2cf1 commit 3d6565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ resource "aws_lambda_function" "this" {
publish = true
tags = var.tags
depends_on = [
data.archive_file.zip
data.archive_file.this
]
}

0 comments on commit 3d6565a

Please sign in to comment.