Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor spelling error in null_resource documentation #71

Closed
p5 opened this issue May 17, 2021 · 2 comments
Closed

Minor spelling error in null_resource documentation #71

p5 opened this issue May 17, 2021 · 2 comments

Comments

@p5
Copy link

p5 commented May 17, 2021

Hi there,

Just a small error with the documentation for the null_resource.

Affected Resource(s)

  • null_resource Documentation

Spelling error in the following path:

  • docs/resources/resource.md
  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)}",
    ]
  }

"Cluster" is misspelled as "clutser" in the commented line. Should be the following:

  provisioner "remote-exec" {
    # Bootstrap script called with private_ip of each node in the cluster
    inline = [
      "bootstrap-cluster.sh ${join(" ", aws_instance.cluster.*.private_ip)}",
    ]
  }
@bflad
Copy link
Contributor

bflad commented Mar 9, 2023

Hi @p5 👋 Thank you for raising this. It appears this was addressed in #150 👍

@bflad bflad closed this as completed Mar 9, 2023
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants