Skip to content

Commit

Permalink
docs: adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erjondibranica committed Jul 29, 2024
1 parent 8ba3307 commit 73743e1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion modules/otc-prometheus-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<!-- BEGIN_TF_DOCS -->
## otc-prometheus-exporter

This module deploys our [otc-prometheus-exporter](https://github.com/iits-consulting/otc-prometheus-exporter) with wich metrics on the open telekom cloud can be monitored

Example:
```
module "otc_prometheus_exporter" {
source = "registry.terraform.io/iits-consulting/project-factory/opentelekomcloud//modules/otc-prometheus-exporter"
name_prefix = "${var.context}-${var.stage}"
domain_name = var.otc_domain_name
release_version = local.chart_versions.otc_prometheus_exporter
}
```

## Requirements

| Name | Version |
Expand Down

0 comments on commit 73743e1

Please sign in to comment.