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
| 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 |
236
241
| prometheus\_extra\_configs | Override attributes of helm\_release terraform resource |`any`|`{}`| no |
237
242
| prometheus\_helm\_config | Prometheus Helm Chart config |`any`|`null`| no |
238
243
| 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
329
334
| new\_relic\_namespace | Namespace where new-relic is installed |
330
335
| new\_relic\_repository | helm repository url of new-relic |
331
336
| 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. |
332
340
| prometheus\_namespace | The namespace where prometheus is deployed. |
333
341
| prometheus\_repository | Helm chart repository of the prometheus. |
334
342
| redis\_chart\_version | Chart version of the Redis Helm Chart. |
0 commit comments