Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Jun 2, 2020
1 parent c8828a8 commit c47080c
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 @@ -2,7 +2,7 @@
## Copyright @ CloudDrove. All Right Reserved.


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

0 comments on commit c47080c

Please sign in to comment.