website: Fix typo in null_resource.html.markdown (#20817)
Fix typo in null_resource.html.markdown
This commit is contained in:
parent
d0b7771634
commit
4b9a764eb1
|
@ -42,7 +42,7 @@ resource "null_resource" "cluster" {
|
|||
}
|
||||
|
||||
provisioner "remote-exec" {
|
||||
# Bootstrap script called with private_ip of each node in the clutser
|
||||
# Bootstrap script called with private_ip of each node in the cluster
|
||||
inline = [
|
||||
"bootstrap-cluster.sh ${join(" ", aws_instance.cluster.*.private_ip)}",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue