Skip to content

Commit 29d63cd

Browse files
committed
update README.md
1 parent 71cc1f7 commit 29d63cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ Here are some examples of how you can use this module in your inventory structur
233233
| new\_relic\_extra\_configs | Override attributes of helm\_release terraform resource | `any` | `{}` | no |
234234
| new\_relic\_helm\_config | New-Relic Helm Chart config | `any` | `null` | no |
235235
| prometheus | Enable prometheus add-on | `bool` | `false` | no |
236+
| prometheus\_cloudwatch\_exporter | Enable Prometheus Cloudwatch Exporter add-on | `bool` | `false` | no |
237+
| prometheus\_cloudwatch\_exporter\_extra\_configs | Override attributes of helm\_release terraform resource | `any` | `{}` | no |
238+
| prometheus\_cloudwatch\_exporter\_helm\_config | Path to override-values.yaml for Promtheus Cloudwatch Exporter Chart | `any` | `null` | no |
239+
| prometheus\_cloudwatch\_exporter\_role\_iampolicy\_json\_content | Custom IAM Policy for Prometheus Cloudwatch Exporter's Role | `string` | `null` | no |
240+
| prometheus\_cloudwatch\_exporter\_secret\_manifest | Path of prometheus cloudwatch exporter manifest | `string` | `null` | no |
236241
| prometheus\_extra\_configs | Override attributes of helm\_release terraform resource | `any` | `{}` | no |
237242
| prometheus\_helm\_config | Prometheus Helm Chart config | `any` | `null` | no |
238243
| redis | Enable Redis add-on | `bool` | `false` | no |
@@ -329,6 +334,9 @@ Here are some examples of how you can use this module in your inventory structur
329334
| new\_relic\_namespace | Namespace where new-relic is installed |
330335
| new\_relic\_repository | helm repository url of new-relic |
331336
| prometheus\_chart\_version | Chart version of the prometheus Helm Chart. |
337+
| prometheus\_cloudwatch\_exporter\_chart\_version | Chart version of the Prometheus Cloudwatch Exporter Helm Chart. |
338+
| prometheus\_cloudwatch\_exporter\_namespace | The namespace where Prometheus Cloudwatch Exporter is deployed. |
339+
| prometheus\_cloudwatch\_exporter\_repository | Helm chart repository of the Prometheus Cloudwatch Exporter. |
332340
| prometheus\_namespace | The namespace where prometheus is deployed. |
333341
| prometheus\_repository | Helm chart repository of the prometheus. |
334342
| redis\_chart\_version | Chart version of the Redis Helm Chart. |

0 commit comments

Comments
 (0)