1010
1111A [ Terraform] module for creating a public or private repository on [ Github] .
1212
13- *** This module supports Terraform v0.13 as well as v0.12.9 and above
14- and is compatible with the Terraform Github Provider v3 as well as v2.6 and above.* **
13+ ** _ This module supports Terraform v0.13 as well as v0.12.9 and above
14+ and is compatible with the Terraform Github Provider v3 as well as v2.6 and above._ **
1515
1616- [ Module Features] ( #module-features )
1717- [ Getting Started] ( #getting-started )
@@ -651,7 +651,6 @@ The following attributes are exported by the module:
651651 A map of Project objects keyed by the ` id ` of the project as returned by the
652652 [ ` github_repository_project ` ] resource
653653
654-
655654## External Documentation
656655
657656- Terraform Github Provider Documentation:
@@ -660,7 +659,6 @@ The following attributes are exported by the module:
660659 - https://www.terraform.io/docs/providers/github/r/repository_deploy_key.html
661660 - https://www.terraform.io/docs/providers/github/r/repository_project.html
662661
663-
664662## Module Versioning
665663
666664This Module follows the principles of [ Semantic Versioning (SemVer)] .
@@ -712,38 +710,32 @@ Copyright © 2020 [Mineiros GmbH][homepage]
712710
713711<!-- References -->
714712
715- [ Github ] : https://github.com/
713+ [ github ] : https://github.com/
716714[ `github_repository` ] : https://www.terraform.io/docs/providers/github/r/repository.html#attributes-reference
717715[ `github_repository_collaborator` ] : https://www.terraform.io/docs/providers/github/r/repository_collaborator.html#attribute-reference
718716[ `github_repository_deploy_key` ] : https://www.terraform.io/docs/providers/github/r/repository_deploy_key.html#attributes-reference
719717[ `github_repository_project` ] : https://www.terraform.io/docs/providers/github/r/repository_project.html#attributes-reference
720-
721718[ homepage ] : https://mineiros.io/?ref=terraform-github-repository
722719723-
724720[ badge-build ] : https://github.com/mineiros-io/terraform-github-repository/workflows/CI/CD%20Pipeline/badge.svg
725721[ badge-semver ] : https://img.shields.io/github/v/tag/mineiros-io/terraform-github-repository.svg?label=latest&sort=semver
726722[ badge-license ] : https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg
727723[ badge-terraform ] : https://img.shields.io/badge/terraform-0.13%20and%200.12.9+-623CE4.svg?logo=terraform
728724[ badge-slack ] :
https://img.shields.io/badge/[email protected] ?logo=slack 729-
730725[ badge-tf-gh ] : https://img.shields.io/badge/GH-3%20and%202.6+-F8991D.svg?logo=terraform
731726[ releases-github-provider ] : https://github.com/terraform-providers/terraform-provider-github/releases
732-
733727[ build-status ] : https://github.com/mineiros-io/terraform-github-repository/actions
734728[ releases-github ] : https://github.com/mineiros-io/terraform-github-repository/releases
735729[ releases-terraform ] : https://github.com/hashicorp/terraform/releases
736730[ apache20 ] : https://opensource.org/licenses/Apache-2.0
737731[ slack ] : https://join.slack.com/t/mineiros-community/shared_invite/zt-ehidestg-aLGoIENLVs6tvwJ11w9WGg
738-
739- [ Terraform ] : https://www.terraform.io
740- [ AWS ] : https://aws.amazon.com/
741- [ Semantic Versioning (SemVer) ] : https://semver.org/
742-
732+ [ terraform ] : https://www.terraform.io
733+ [ aws ] : https://aws.amazon.com/
734+ [ semantic versioning (semver) ] : https://semver.org/
743735[ variables.tf ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/variables.tf
744736[ examples/ ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/examples
745- [ Issues ] : https://github.com/mineiros-io/terraform-github-repository/issues
746- [ LICENSE ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/LICENSE
747- [ Makefile ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/Makefile
748- [ Pull Requests ] : https://github.com/mineiros-io/terraform-github-repository/pulls
749- [ Contribution Guidelines ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/CONTRIBUTING.md
737+ [ issues ] : https://github.com/mineiros-io/terraform-github-repository/issues
738+ [ license ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/LICENSE
739+ [ makefile ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/Makefile
740+ [ pull requests ] : https://github.com/mineiros-io/terraform-github-repository/pulls
741+ [ contribution guidelines ] : https://github.com/mineiros-io/terraform-github-repository/blob/master/CONTRIBUTING.md
0 commit comments