You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-12
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ A [Terraform] module for creating a public or private repository on [Github].
17
17
_Security related notice: Versions 4.7.0, 4.8.0, 4.9.0 and 4.9.1 of the Terraform Github Provider are deny-listed in version constraints as a regression introduced in 4.7.0 and fixed in 4.9.2 creates public repositories from templates even if visibility is set to private._
Copy file name to clipboardExpand all lines: README.tfdoc.hcl
+19-14
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,25 @@ section {
46
46
_Security related notice: Versions 4.7.0, 4.8.0, 4.9.0 and 4.9.1 of the Terraform Github Provider are deny-listed in version constraints as a regression introduced in 4.7.0 and fixed in 4.9.2 creates public repositories from templates even if visibility is set to private._
47
47
END
48
48
49
+
section {
50
+
title="GitHub as Code"
51
+
content=<<-END
52
+
[GitHub as Code][github-as-code] is a commercial solution built on top of
53
+
our open-source Terraform modules for GitHub. It helps our customers to
54
+
manage their GitHub organization more efficiently by enabling anyone in
55
+
their organization to **self-service** manage **on- and offboarding of users**,
56
+
**repositories**, and settings such as **branch protections**, **secrets**, and more
57
+
through code. GitHub as Code comes with **pre-configured GitHub Actions
58
+
pipelines** for **change pre-view in Pull Requests**, **fully automated
59
+
rollouts** and **rollbacks**. It's a comprehensive, ready-to-use blueprint
60
+
maintained by our team of platform engineering experts and saves
61
+
companies such as yours tons of time by building on top of a pre-configured
62
+
solution instead of building and maintaining it yourself.
63
+
64
+
For details please see [https://mineiros.io/github-as-code][github-as-code].
65
+
END
66
+
}
67
+
49
68
section {
50
69
title="Module Features"
51
70
content=<<-END
@@ -1239,20 +1258,6 @@ section {
1239
1258
}
1240
1259
}
1241
1260
1242
-
section {
1243
-
title="GitHub as Code"
1244
-
content=<<-END
1245
-
[GitHub as Code][github-as-code] is a commercial solution built on top of
1246
-
our open-source Terraform modules for GitHub. It helps our customers to
1247
-
manage their GitHub organization more efficiently by enabling anyone in
1248
-
their organization to self-service manage on- and offboarding of users,
1249
-
repositories, and settings such as branch protections, secrets, and more
1250
-
through code.
1251
-
1252
-
For details please see [https://mineiros.io/github-as-code][github-as-code].
0 commit comments