Skip to content
New issue

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

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

Already on GitHub? # to your account

docs: mark name as required for data source github_organization #2330

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

stefanfreitag
Copy link
Contributor

Resolves #2263


Before the change?

  • The attribute name was not listed in the argument section of data source github_organization.

After the change?

  • The attribute name is listed as required in the argument section of data source github_organization. In addition, the second argument is flagged as "(Optional)" (link to implementation)

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

  • Yes
  • No, only documentation for existing code base is updated.

@kfcampbell kfcampbell merged commit 93557b7 into integrations:main Jul 29, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOCS]: github_organization name is not listed as required, but validation fails when missing
2 participants