{"id":22751917,"url":"https://github.com/stackguardian/gh-terra-standard","last_synced_at":"2026-02-04T04:39:07.395Z","repository":{"id":104531124,"uuid":"532052011","full_name":"StackGuardian/GH-terra-standard","owner":"StackGuardian","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-11T10:26:00.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T06:43:12.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StackGuardian.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-09-02T19:19:37.000Z","updated_at":"2022-09-11T22:24:55.000Z","dependencies_parsed_at":"2023-03-13T14:54:39.407Z","dependency_job_id":null,"html_url":"https://github.com/StackGuardian/GH-terra-standard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StackGuardian/GH-terra-standard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2FGH-terra-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2FGH-terra-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2FGH-terra-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2FGH-terra-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StackGuardian","download_url":"https://codeload.github.com/StackGuardian/GH-terra-standard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2FGH-terra-standard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263431224,"owners_count":23465498,"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":[],"created_at":"2024-12-11T05:08:23.238Z","updated_at":"2026-02-04T04:39:07.357Z","avatar_url":"https://github.com/StackGuardian.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GH-terra-standard\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_github\"\u003e\u003c/a\u003e [github](#provider\\_github) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [github_branch.add_branch](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/branch) | resource |\n| [github_repository.repo](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/repository) | resource |\n| [github_repository_file.main](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/repository_file) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_allow_auto_merge\"\u003e\u003c/a\u003e [allow\\_auto\\_merge](#input\\_allow\\_auto\\_merge) | (Optional) Set to true to allow auto-merging pull requests on the repository. | `bool` | `false` | no |\n| \u003ca name=\"input_allow_merge_commit\"\u003e\u003c/a\u003e [allow\\_merge\\_commit](#input\\_allow\\_merge\\_commit) | (Optional) Set to false to disable merge commits on the repository. | `bool` | `true` | no |\n| \u003ca name=\"input_allow_rebase_merge\"\u003e\u003c/a\u003e [allow\\_rebase\\_merge](#input\\_allow\\_rebase\\_merge) | (Optional) Set to false to disable rebase merges on the repository. | `bool` | `false` | no |\n| \u003ca name=\"input_allow_squash_merge\"\u003e\u003c/a\u003e [allow\\_squash\\_merge](#input\\_allow\\_squash\\_merge) | (Optional) Set to false to disable squash merges on the repository. | `bool` | `false` | no |\n| \u003ca name=\"input_auto_init\"\u003e\u003c/a\u003e [auto\\_init](#input\\_auto\\_init) | (Optional) Set to true to enable the (deprecated) downloads features on the repository. | `bool` | `false` | no |\n| \u003ca name=\"input_branch_name\"\u003e\u003c/a\u003e [branch\\_name](#input\\_branch\\_name) | Name of the additional branch you want to add | `string` | `\"development\"` | no |\n| \u003ca name=\"input_delete_branch_on_merge\"\u003e\u003c/a\u003e [delete\\_branch\\_on\\_merge](#input\\_delete\\_branch\\_on\\_merge) | (Optional) Automatically delete head branch after a pull request is merged. | `bool` | `false` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | Description of this repository | `string` | `\"Awesome description of this repo\"` | no |\n| \u003ca name=\"input_file_names\"\u003e\u003c/a\u003e [file\\_names](#input\\_file\\_names) | Filenames to create | `set(string)` | \u003cpre\u003e[\u003cbr\u003e  \"main.tf\",\u003cbr\u003e  \"variables.tf\",\u003cbr\u003e  \"output.tf\",\u003cbr\u003e  \"data.tf\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_ghtoken\"\u003e\u003c/a\u003e [ghtoken](#input\\_ghtoken) | Personal access token for GitHub | `string` | n/a | yes |\n| \u003ca name=\"input_gitignore_template\"\u003e\u003c/a\u003e [gitignore\\_template](#input\\_gitignore\\_template) | (Optional) Use the name of the template without the extension. | `string` | `\"Terraform\"` | no |\n| \u003ca name=\"input_has_issues\"\u003e\u003c/a\u003e [has\\_issues](#input\\_has\\_issues) | (Optional) Set to true to enable the GitHub Issues features on the repository. | `bool` | `true` | no |\n| \u003ca name=\"input_has_projects\"\u003e\u003c/a\u003e [has\\_projects](#input\\_has\\_projects) | (Optional) Set to true to enable the GitHub Projects features on the repository. | `bool` | `false` | no |\n| \u003ca name=\"input_has_wiki\"\u003e\u003c/a\u003e [has\\_wiki](#input\\_has\\_wiki) | (Optional) Set to true to enable the GitHub Wiki features on the repository. | `bool` | `false` | no |\n| \u003ca name=\"input_is_template\"\u003e\u003c/a\u003e [is\\_template](#input\\_is\\_template) | Will this repository become a template? | `bool` | `false` | no |\n| \u003ca name=\"input_license_template\"\u003e\u003c/a\u003e [license\\_template](#input\\_license\\_template) | (Optional) Use the name of the template without the extension. | `string` | `\"apache-2.0\"` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Name for this repository | `string` | `\"awesome-repo\"` | no |\n| \u003ca name=\"input_name_prefix\"\u003e\u003c/a\u003e [name\\_prefix](#input\\_name\\_prefix) | Name prefix used across the whole module | `string` | `\"StackGuardian\"` | no |\n| \u003ca name=\"input_topics\"\u003e\u003c/a\u003e [topics](#input\\_topics) | (optional) List of topics | `list(string)` | \u003cpre\u003e[\u003cbr\u003e  \"Terraform\",\u003cbr\u003e  \"Module\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_visibility\"\u003e\u003c/a\u003e [visibility](#input\\_visibility) | Will this repository be public? | `bool` | `true` | no |\n| \u003ca name=\"input_vulnerability_alerts\"\u003e\u003c/a\u003e [vulnerability\\_alerts](#input\\_vulnerability\\_alerts) | Set to true to enable security alerts for vulnerable dependencies. | `bool` | `false` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_Git_Clone_URL\"\u003e\u003c/a\u003e [Git\\_Clone\\_URL](#output\\_Git\\_Clone\\_URL) | n/a |\n| \u003ca name=\"output_Repo_ID\"\u003e\u003c/a\u003e [Repo\\_ID](#output\\_Repo\\_ID) | n/a |\n| \u003ca name=\"output_URL\"\u003e\u003c/a\u003e [URL](#output\\_URL) | n/a |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackguardian%2Fgh-terra-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackguardian%2Fgh-terra-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackguardian%2Fgh-terra-standard/lists"}