{"id":23050986,"url":"https://github.com/iac-factory/github-organization","last_synced_at":"2025-10-28T21:39:32.393Z","repository":{"id":114010010,"uuid":"479621040","full_name":"iac-factory/github-organization","owner":"iac-factory","description":"Organizational Account Configuration(s) via Terraform","archived":false,"fork":false,"pushed_at":"2022-04-24T08:21:00.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"Development","last_synced_at":"2025-02-08T17:44:56.529Z","etag":null,"topics":["automation","ci-cd","code-generation","development-lifecycle","github-organization","github-provider","go","iac-factory","terrafom","version-control"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iac-factory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-09T04:49:56.000Z","updated_at":"2022-04-10T23:35:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"31e628e9-5f88-4285-a490-7d9bc63b09de","html_url":"https://github.com/iac-factory/github-organization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iac-factory%2Fgithub-organization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iac-factory%2Fgithub-organization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iac-factory%2Fgithub-organization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iac-factory%2Fgithub-organization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iac-factory","download_url":"https://codeload.github.com/iac-factory/github-organization/tar.gz/refs/heads/Development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933354,"owners_count":20857052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","ci-cd","code-generation","development-lifecycle","github-organization","github-provider","go","iac-factory","terrafom","version-control"],"created_at":"2024-12-15T23:39:55.465Z","updated_at":"2025-10-28T21:39:32.324Z","avatar_url":"https://github.com/iac-factory.png","language":"HCL","readme":"# [`github-organization`](https://github.com/iac-factory/github-organization) #\n\nOrganizational Account Configuration(s) via `terraform` - `iac-factory`\n\n- Significant Issue: https://github.com/integrations/terraform-provider-github/issues/1123\n\n## Overview ##\n\nVarious `github` provider configurations will share similarity; even more `terraform` packages will share configurations as it relates\nto the organization's (or user preference) primary VCS system.\n\nThe following `terraform` package contains module(s) for global settings, `data` references, and overall, generally\nuseful `github` organization and repository-related configurations.\n        \n## Authentication ##\n\n- Required: [OAuth GitHub Token](https://github.com/settings/tokens/new)\n\nThe [`github` provider](./provider.tf) authorization settings will define `token` that's passed in as user-input. Additionally, \na variable assignment to `organization` will be required. *Please note* - the `owner` key can be assigned to a user's \nusername or otherwise personal account, identifiable value as well.\n               \n\n[`provider.tf`](./provider.tf)\n\n```terraform\nprovider \"github\" {\n    token = var.token\n    owner = var.organization\n    \n    ...\n}\n```\n\n[`variables.tf`](./variables.tf)\n\n```terraform\n/// Note Issue: https://github.com/integrations/terraform-provider-github/issues/1123\n\nvariable \"token\" {\n    description = \"GitHub Provider OAuth Token\"\n    nullable = false\n    type = string\n    sensitive = true\n\n    validation {\n        condition = var.token != null \u0026\u0026 var.token != \"\"\n        error_message = \"Cannot Specify an Empty String for GitHub Authorization Token.\"\n    }\n}\n\nvariable \"organization\" {\n    description = \"GitHub Provider's Owner (User or Organization)\"\n    nullable = false\n    type = string\n\n    validation {\n        condition = var.token != null \u0026\u0026 var.organization != \"\"\n        error_message = \"Cannot Specify an Empty String for the GitHub Owner (User) or Organization.\"\n    }\n}\n\n...\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiac-factory%2Fgithub-organization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiac-factory%2Fgithub-organization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiac-factory%2Fgithub-organization/lists"}