Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav authored Jun 2, 2020
1 parent 3e899af commit c8828a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


resource "null_resource" "cluster" {
count = var.enabled ? 1 : 0
provisioner "local-exec" {
command = format("cd %s/slack && bash build.sh", path.module)
}
Expand Down

0 comments on commit c8828a8

Please sign in to comment.