Skip to content

Commit 551ec80

Browse files
authored
Merge pull request #29 from enter-at/create-pull-request/patch
Changes by create-pull-request action
2 parents c56dcd8 + 046d19b commit 551ec80

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,27 @@ module "module" {
4949

5050

5151

52+
## Requirements
53+
54+
| Name | Version |
55+
|------|---------|
56+
| terraform | ~> 0.12.0 |
57+
58+
## Providers
59+
60+
| Name | Version |
61+
|------|---------|
62+
| null | n/a |
63+
5264
## Inputs
5365

5466
| Name | Description | Type | Default | Required |
55-
|------|-------------|:----:|:-----:|:-----:|
56-
| enabled | (Optional) Set whether to enable the module. Defaults to true. | bool | `true` | no |
67+
|------|-------------|------|---------|:--------:|
68+
| enabled | (Optional) Set whether to enable the module. Defaults to true. | `bool` | `true` | no |
69+
70+
## Outputs
71+
72+
No output.
5773

5874

5975

@@ -130,10 +146,8 @@ See [LICENSE](LICENSE) for full details.
130146

131147
### Contributors
132148

133-
134149
[![Steffen Leistner][sleistner_avatar]][sleistner_homepage]
135150

136-
137151
[sleistner_homepage]: https://github.com/sleistner
138152
[sleistner_avatar]: https://res.cloudinary.com/enter-at/image/fetch/f_png,r_max,w_100,h_100,c_thumb/https://github.com/sleistner.png
139153

docs/terraform.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1+
## Requirements
2+
3+
| Name | Version |
4+
|------|---------|
5+
| terraform | ~> 0.12.0 |
6+
7+
## Providers
8+
9+
| Name | Version |
10+
|------|---------|
11+
| null | n/a |
12+
113
## Inputs
214

315
| Name | Description | Type | Default | Required |
4-
|------|-------------|:----:|:-----:|:-----:|
5-
| enabled | (Optional) Set whether to enable the module. Defaults to true. | bool | `true` | no |
16+
|------|-------------|------|---------|:--------:|
17+
| enabled | (Optional) Set whether to enable the module. Defaults to true. | `bool` | `true` | no |
18+
19+
## Outputs
20+
21+
No output.
622

0 commit comments

Comments
 (0)