mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 15:36:26 -06:00
Merge pull request #5324 from jrnt30/patch-1
Update null_resource.html.markdown
This commit is contained in:
commit
ebfcaed3c1
@ -44,7 +44,7 @@ resource "null_resource" "cluster" {
|
||||
provisioner "remote-exec" {
|
||||
# Bootstrap script called with private_ip of each node in the clutser
|
||||
inline = [
|
||||
"bootstrap-cluster.sh ${join(" ", aws_instance.cluster.*.private_ip}"
|
||||
"bootstrap-cluster.sh ${join(" ", aws_instance.cluster.*.private_ip)}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user