website: Fix typo in null_resource.html.markdown (#20817)

Fix typo in null_resource.html.markdown
This commit is contained in:
Alex McLarty 2019-03-25 18:16:14 +00:00 committed by Nick Fagerlund
parent d0b7771634
commit 4b9a764eb1
1 changed files with 1 additions and 1 deletions

View File

@ -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)}",
]