Skip to content

Commit

Permalink
Fix dependencies issue when run in new workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkaufman committed May 21, 2020
1 parent 62a6c95 commit 74e2654
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 @@ -49,7 +49,7 @@ data "archive_file" "reporter_package" {

resource "null_resource" "pip_install" {
triggers = {
requirements_sha1 = "${sha1(file("${path.module}/codepipeline-status-reporter/requirements.txt"))}"
build_number = "${timestamp()}"
}

provisioner "local-exec" {
Expand Down

0 comments on commit 74e2654

Please sign in to comment.