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

Commit 69274c4

Browse files
authored
Merge pull request #6 from AndrewPentsak/add_trigger_by_bash
add trigger
2 parents 6bb6893 + 5592de2 commit 69274c4

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)