We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8828a8 commit c47080cCopy full SHA for c47080c
main.tf
@@ -2,7 +2,7 @@
2
## Copyright @ CloudDrove. All Right Reserved.
3
4
5
-resource "null_resource" "cluster" {
+resource "null_resource" "main" {
6
count = var.enabled ? 1 : 0
7
provisioner "local-exec" {
8
command = format("cd %s/slack && bash build.sh", path.module)
0 commit comments