From 29d63cd9f61fff10f8040c081a23fda153e15e4d Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Thu, 7 Mar 2024 13:55:10 +0000 Subject: [PATCH] update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8aee715..afd795d 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,11 @@ Here are some examples of how you can use this module in your inventory structur | new\_relic\_extra\_configs | Override attributes of helm\_release terraform resource | `any` | `{}` | no | | new\_relic\_helm\_config | New-Relic Helm Chart config | `any` | `null` | no | | prometheus | Enable prometheus add-on | `bool` | `false` | no | +| prometheus\_cloudwatch\_exporter | Enable Prometheus Cloudwatch Exporter add-on | `bool` | `false` | no | +| prometheus\_cloudwatch\_exporter\_extra\_configs | Override attributes of helm\_release terraform resource | `any` | `{}` | no | +| prometheus\_cloudwatch\_exporter\_helm\_config | Path to override-values.yaml for Promtheus Cloudwatch Exporter Chart | `any` | `null` | no | +| prometheus\_cloudwatch\_exporter\_role\_iampolicy\_json\_content | Custom IAM Policy for Prometheus Cloudwatch Exporter's Role | `string` | `null` | no | +| prometheus\_cloudwatch\_exporter\_secret\_manifest | Path of prometheus cloudwatch exporter manifest | `string` | `null` | no | | prometheus\_extra\_configs | Override attributes of helm\_release terraform resource | `any` | `{}` | no | | prometheus\_helm\_config | Prometheus Helm Chart config | `any` | `null` | no | | 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 | new\_relic\_namespace | Namespace where new-relic is installed | | new\_relic\_repository | helm repository url of new-relic | | prometheus\_chart\_version | Chart version of the prometheus Helm Chart. | +| prometheus\_cloudwatch\_exporter\_chart\_version | Chart version of the Prometheus Cloudwatch Exporter Helm Chart. | +| prometheus\_cloudwatch\_exporter\_namespace | The namespace where Prometheus Cloudwatch Exporter is deployed. | +| prometheus\_cloudwatch\_exporter\_repository | Helm chart repository of the Prometheus Cloudwatch Exporter. | | prometheus\_namespace | The namespace where prometheus is deployed. | | prometheus\_repository | Helm chart repository of the prometheus. | | redis\_chart\_version | Chart version of the Redis Helm Chart. |