Skip to content

Commit 6c6791b

Browse files
author
Samuel Crespo
committed
Updates README.md
1 parent 70319c2 commit 6c6791b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,20 @@ module jenkins {
8686

8787
| Name | Version |
8888
|------|---------|
89-
| terraform | >= 0.12 |
90-
| helm | >= 1.1 |
89+
| terraform | >= 0.13 |
90+
| helm | >= 2.0 |
9191

9292
## Providers
9393

9494
| Name | Version |
9595
|------|---------|
96-
| helm | >= 1.1 |
96+
| helm | >= 2.0 |
9797

9898
## Inputs
9999

100100
| Name | Description | Type | Default | Required |
101101
|------|-------------|------|---------|:--------:|
102-
| app | an application to deploy | `map` | n/a | yes |
102+
| app | an application to deploy | `map(any)` | n/a | yes |
103103
| namespace | namespace where to deploy an application | `string` | n/a | yes |
104104
| repository | Helm repository | `string` | n/a | yes |
105105
| set | Value block with custom STRING values to be merged with the values yaml. | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | `null` | no |
@@ -108,8 +108,9 @@ module jenkins {
108108

109109
## Outputs
110110

111-
No output.
112-
111+
| Name | Description |
112+
|------|-------------|
113+
| deployment | The state of the helm deployment |
113114
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
114115

115116
## Commands

0 commit comments

Comments
 (0)