Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 5592de2

Browse files
author
andriy.pentsak
committed
add trigger
1 parent 6f589b5 commit 5592de2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containter_host.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ resource "null_resource" "cluster" {
4242

4343
triggers = {
4444
cluster_instance_ids = join(",", hsdp_container_host.kafka.*.id)
45+
bash = file("${path.module}/scripts/bootstrap-cluster.sh")
4546
}
4647

4748
connection {

0 commit comments

Comments
 (0)