Skip to content

Commit 5f605ed

Browse files
Merge pull request #54 from mineiros-io/soerenmartius/render-latest-terradoc
Add latest rendered terradoc
2 parents 28e0b74 + 12afe75 commit 5f605ed

File tree

5 files changed

+7
-23
lines changed

5 files changed

+7
-23
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
1514
- Automatically remove maintainers from members to resolve conflicts on the fly
1615
- BREAKING CHANGE: Add support for `module_enabled`
1716
- BREAKING CHANGE: Drop support for broken terraform `1.1.0` and `1.1.1` which might corrupt terraform state.
@@ -169,13 +168,8 @@ After you've migrated the state, please run
169168
- This is the initial release of our terraform-github-team module that supports
170169
Team, Nested Team, Memberships, Team Repositories.
171170

172-
<!-- markdown-link-check-disable -->
173-
174171
[unreleased]: https://github.com/mineiros-io/terraform-github-team/compare/v0.8.0...HEAD
175172
[0.8.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.7.0...v0.8.0
176-
177-
<!-- markdown-link-check-enable -->
178-
179173
[0.7.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.6.0...v0.7.0
180174
[0.6.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.2...v0.6.0
181175
[0.5.2]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.1...v0.5.2

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This module supports the following resources:
4848
```hcl
4949
module "team" {
5050
source = "mineiros-io/team/github"
51-
version = "~> 0.6.0"
51+
version = "~> 0.8.0"
5252
5353
name = "DevOps"
5454
description = "The DevOps Team"
@@ -144,31 +144,31 @@ See [variables.tf] and [examples/] for details and use-cases.
144144

145145
- [**`admin_repositories`**](#var-admin_repositories): *(Optional `set(string)`)*<a name="var-admin_repositories"></a>
146146

147-
A list of repository names the current team should get admin (full) permission to.
147+
A list of repository names the current team should get [admin](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to.
148148

149149
Default is `[]`.
150150

151151
- [**`maintain_repositories`**](#var-maintain_repositories): *(Optional `set(string)`)*<a name="var-maintain_repositories"></a>
152152

153-
A list of repository names the current team should get admin (maintain) permission to.
153+
A list of repository names the current team should get [maintain](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to.
154154

155155
Default is `[]`.
156156

157157
- [**`push_repositories`**](#var-push_repositories): *(Optional `set(string)`)*<a name="var-push_repositories"></a>
158158

159-
A list of repository names the current team should get push (read-write) permission to.
159+
A list of repository names the current team should get [push (read-write)](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to.
160160

161161
Default is `[]`.
162162

163163
- [**`triage_repositories`**](#var-triage_repositories): *(Optional `set(string)`)*<a name="var-triage_repositories"></a>
164164

165-
A list of repository names the current team should get push (triage) permission to.
165+
A list of repository names the current team should get [push (triage)](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to.
166166

167167
Default is `[]`.
168168

169169
- [**`pull_repositories`**](#var-pull_repositories): *(Optional `set(string)`)*<a name="var-pull_repositories"></a>
170170

171-
A list of repository names the current team should get pull (read-only) permission to.
171+
A list of repository names the current team should get [pull (read-only)](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to.
172172

173173
Default is `[]`.
174174

README.tfdoc.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ section {
6262
```hcl
6363
module "team" {
6464
source = "mineiros-io/team/github"
65-
version = "~> 0.6.0"
65+
version = "~> 0.8.0"
6666
6767
name = "DevOps"
6868
description = "The DevOps Team"

examples/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@
1111

1212
<!-- References -->
1313

14-
<!-- markdown-link-check-disable -->
1514
[github-team/]: https://github.com/mineiros-io/terraform-github-team/blob/main/examples/github-team
16-
<!-- markdown-link-check-enable -->
17-
1815
[homepage]: https://mineiros.io/?ref=terraform-github-team
19-
2016
[badge-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg
2117
[badge-terraform]: https://img.shields.io/badge/terraform-1.x-623CE4.svg?logo=terraform
2218
[badge-slack]: https://img.shields.io/badge/slack-@mineiros--community-f32752.svg?logo=slack
2319
[badge-semver]: https://img.shields.io/github/v/tag/mineiros-io/terraform-github-team.svg?label=latest&sort=semver
24-
2520
[releases-github]: https://github.com/mineiros-io/terraform-github-team/releases
2621
[releases-terraform]: https://github.com/hashicorp/terraform/releases
2722
[apache20]: https://opensource.org/licenses/Apache-2.0

examples/github-team/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,7 @@ Run `terraform destroy` to destroy all resources again.
7575

7676
<!-- References -->
7777

78-
<!-- markdown-link-check-disable -->
79-
8078
[main.tf]: https://github.com/mineiros-io/terraform-github-team/blob/main/examples/github-team/main.tf
81-
82-
<!-- markdown-link-check-enable -->
83-
8479
[homepage]: https://mineiros.io/?ref=terraform-github-team
8580
[badge-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg
8681
[badge-terraform]: https://img.shields.io/badge/terraform-1.x%20|0.15%20|0.14%20|%200.13%20|%200.12.20+-623CE4.svg?logo=terraform

0 commit comments

Comments
 (0)