Skip to content

Commit

Permalink
make the archive resource change when its content change
Browse files Browse the repository at this point in the history
i
  • Loading branch information
mhmd3bdo authored and davidvasandani committed Jan 11, 2024
1 parent 9562536 commit d9bd596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "null_resource" "archive" {

triggers = {
filename = data.external.archive_prepare[0].result.filename
timestamp = data.external.archive_prepare[0].result.timestamp
hash = md5(data.external.archive_prepare[0].result.build_plan)
}

provisioner "local-exec" {
Expand Down

0 comments on commit d9bd596

Please sign in to comment.