diff --git a/website/docs/provisioners/null_resource.html.markdown b/website/docs/provisioners/null_resource.html.markdown index 4690ce6850..80f76cff89 100644 --- a/website/docs/provisioners/null_resource.html.markdown +++ b/website/docs/provisioners/null_resource.html.markdown @@ -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)}", ]