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
This is `terraform-example-module` project provides all the scaffolding for a typical well-built Cloud Posse module. It's a template repository you can
@@ -64,9 +64,9 @@ This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops)
64
64
65
65
66
66
67
-
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
68
67
69
68
69
+
It's 100% Open Source and licensed under the [MIT](LICENSE).
70
70
71
71
72
72
@@ -120,27 +120,35 @@ Available targets:
120
120
121
121
| Name | Version |
122
122
|------|---------|
123
-
| terraform | >= 0.12.0, < 0.14.0 |
124
-
|local|~> 1.2|
125
-
|random|~> 2.2|
123
+
| terraform | >= 0.12.0, < 0.13.0 |
124
+
|gitlab|>= 2.10|
125
+
|kubernetes|>= 1.11|
126
126
127
127
## Providers
128
128
129
129
| Name | Version |
130
130
|------|---------|
131
-
| random |~> 2.2 |
131
+
| gitlab | >= 2.10 |
132
+
| kubernetes | >= 1.11 |
132
133
133
134
## Inputs
134
135
135
136
| Name | Description | Type | Default | Required |
| example | Example variable |`string`|`"hello world"`| no |
138
+
| cluster\_name | n/a |`string`| n/a | yes |
139
+
| dns\_zone | (Required) specifies the DNS suffix for the externally-visible websites and services deployed in the cluster |`string`| n/a | yes |
140
+
| enabled | n/a |`bool`|`true`| no |
141
+
| group\_gitlab\_runner\_enabled | (Optional) Setup a gitlab group runner (will be used a group runner token to set GITLAB\_RUNNER\_TOKEN env variable) |`bool`|`false`| no |
| example | Example variable |`string`|`"hello world"`| no |
20
+
| cluster\_name | n/a |`string`| n/a | yes |
21
+
| dns\_zone | (Required) specifies the DNS suffix for the externally-visible websites and services deployed in the cluster |`string`| n/a | yes |
22
+
| enabled | n/a |`bool`|`true`| no |
23
+
| group\_gitlab\_runner\_enabled | (Optional) Setup a gitlab group runner (will be used a group runner token to set GITLAB\_RUNNER\_TOKEN env variable) |`bool`|`false`| no |
0 commit comments