Skip to content

Commit c47080c

Browse files
author
Sohan Yadav
authored
Update main.tf
1 parent c8828a8 commit c47080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Copyright @ CloudDrove. All Right Reserved.
33

44

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

0 commit comments

Comments
 (0)