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

Expose additional attributes for GitHub organizations. #1850

Merged
merged 3 commits into from
Aug 24, 2023

Conversation

garnertb
Copy link
Contributor

@garnertb garnertb commented Aug 18, 2023

Before the change?

  • Before this change the github_organization data source only returned a few attributes: name, orgname, node_id, login, description, repositories, members, and users

After the change?

  • After this change the github_organization data source returns the following attributes: name, orgname, node_id, login, description, repositories, members, and users, default_repository_permission, members_can_create_repositories, two_factor_requirement_enabled, members_allowed_repository_creation_type, members_can_create_public_repositories, members_can_create_private_repositories, members_can_create_internal_repositories, members_can_create_pages, members_can_create_public_pages, members_can_create_private_pages, members_can_fork_private_repositories, web_commit_signoff_required, advanced_security_enabled_for_new_repositories, dependabot_alerts_enabled_for_new_repositories, dependabot_security_updates_enabled_for_new_repositories, dependency_graph_enabled_for_new_repositories, secret_scanning_enabled_for_new_repositories, secret_scanning_push_protection_enabled_for_new_repositories

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?

No

Please see our docs on breaking changes to help!

  • Yes
  • No

Copy link
Member

@kfcampbell kfcampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you!

@kfcampbell kfcampbell merged commit df4cf3c into integrations:main Aug 24, 2023
3 checks passed
@garnertb garnertb deleted the org-attributes branch August 25, 2023 15:34
avidspartan1 pushed a commit to avidspartan1/terraform-provider-github that referenced this pull request Feb 5, 2024
…1850)

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants