Skip to content

Commit 0c53808

Browse files
Merge pull request #60 from mineiros-io/soerenmartius/fix-gac-section
Fix GitHub as Code section
2 parents 0b3ced0 + 14143ce commit 0c53808

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A [Terraform] module that offers a more convenient and tested way to provision a
2929
- [Module Versioning](#module-versioning)
3030
- [Backwards compatibility in `0.0.z` and `0.y.z` version](#backwards-compatibility-in-00z-and-0yz-version)
3131
- [About Mineiros](#about-mineiros)
32-
- [About Mineiros](#about-mineiros)
32+
- [GitHub as Code](#github-as-code)
3333
- [Reporting Issues](#reporting-issues)
3434
- [Contributing](#contributing)
3535
- [Makefile Targets](#makefile-targets)
@@ -248,17 +248,16 @@ We offer commercial support for all of our modules and encourage you to reach ou
248248
if you have any questions or need help. Feel free to email us at [hello@mineiros.io] or join our
249249
[Community Slack channel][slack].
250250

251-
## About Mineiros
252-
253-
[Mineiros][homepage] is a remote-first company headquartered in Berlin, Germany
254-
that solves development, automation and security challenges in cloud infrastructure.
251+
## GitHub as Code
255252

256-
Our vision is to massively reduce time and overhead for teams to manage and
257-
deploy production-grade and secure cloud infrastructure.
253+
[GitHub as Code][github-as-code] is a commercial solution built on top of
254+
our open-source Terraform modules for GitHub. It helps our customers to
255+
manage their GitHub organization more efficiently by enabling anyone in
256+
their organization to self-service manage on- and offboarding of users,
257+
repositories, and settings such as branch protections, secrets, and more
258+
through code.
258259

259-
We offer commercial support for all of our modules and encourage you to reach out
260-
if you have any questions or need help. Feel free to email us at [hello@mineiros.io] or join our
261-
[Community Slack channel][slack].
260+
For details please see [https://www.mineiros.io/github-as-code][github-as-code].
262261

263262
## Reporting Issues
264263

@@ -287,7 +286,7 @@ Copyright © 2020-2022 [Mineiros GmbH][homepage]
287286
<!-- References -->
288287

289288
[homepage]: https://mineiros.io/?ref=terraform-github-team
290-
[github-as-code]: https://mineiros.io/github-as-code?ref=terraform-github-repository
289+
[github-as-code]: https://mineiros.io/github-as-code?ref=terraform-github-team
291290
[hello@mineiros.io]: mailto:hello@mineiros.io
292291
[badge-build]: https://github.com/mineiros-io/terraform-github-team/workflows/CI/CD%20Pipeline/badge.svg
293292
[badge-semver]: https://img.shields.io/github/v/tag/mineiros-io/terraform-github-team.svg?label=latest&sort=semver

README.tfdoc.hcl

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -346,17 +346,16 @@ section {
346346
}
347347

348348
section {
349-
title = "About Mineiros"
349+
title = "GitHub as Code"
350350
content = <<-END
351-
[Mineiros][homepage] is a remote-first company headquartered in Berlin, Germany
352-
that solves development, automation and security challenges in cloud infrastructure.
353-
354-
Our vision is to massively reduce time and overhead for teams to manage and
355-
deploy production-grade and secure cloud infrastructure.
356-
357-
We offer commercial support for all of our modules and encourage you to reach out
358-
if you have any questions or need help. Feel free to email us at [hello@mineiros.io] or join our
359-
[Community Slack channel][slack].
351+
[GitHub as Code][github-as-code] is a commercial solution built on top of
352+
our open-source Terraform modules for GitHub. It helps our customers to
353+
manage their GitHub organization more efficiently by enabling anyone in
354+
their organization to self-service manage on- and offboarding of users,
355+
repositories, and settings such as branch protections, secrets, and more
356+
through code.
357+
358+
For details please see [https://www.mineiros.io/github-as-code][github-as-code].
360359
END
361360
}
362361

@@ -401,7 +400,7 @@ references {
401400
value = "https://mineiros.io/?ref=terraform-github-team"
402401
}
403402
ref "github-as-code" {
404-
value = "https://mineiros.io/github-as-code?ref=terraform-github-repository"
403+
value = "https://mineiros.io/github-as-code?ref=terraform-github-team"
405404
}
406405
ref "hello@mineiros.io" {
407406
value = "mailto:hello@mineiros.io"

0 commit comments

Comments
 (0)