FociSolutions / github-foundations

A framework for managing your GitHub Enterprise account infrastructure.
MIT License
10 stars 1 forks source link

[Docs] Add docs for Organization Settings #120

Open seanpoulter-foci opened 2 months ago

seanpoulter-foci commented 2 months ago

Add general documentation for how to manage organization settings using GitHub Foundations similar to how we're already doing Teams, Repos, Secrets, etc.

This corresponds to removing the import block in https://github.com/FociSolutions/github-foundations-modules/pull/56:

-import {
-  to = github_organization_settings.organization_settings
-  id = var.github_organization_id
-}