File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11resource "helm_release" "blackbox-exporter" {
22 repository = " https://prometheus-community.github.io/helm-charts"
33 chart = " prometheus-blackbox-exporter"
4- version = " 9 .3.0 "
4+ version = " 11 .3.1 " # 0.27.0
55
66 name = " blackbox-exporter"
77
Original file line number Diff line number Diff line change 11resource "helm_release" "cloudwatch-exporter-apne1" {
22 repository = " https://prometheus-community.github.io/helm-charts"
33 chart = " prometheus-cloudwatch-exporter"
4- version = " 0.26.0 "
4+ version = " 0.28.1 " # 0.16.0
55
66 name = " cloudwatch-exporter-apne1"
77
@@ -32,7 +32,7 @@ data "external" "cloudwatch-exporter-config-apne1" {
3232resource "helm_release" "cloudwatch-exporter-apne1hi" {
3333 repository = " https://prometheus-community.github.io/helm-charts"
3434 chart = " prometheus-cloudwatch-exporter"
35- version = " 0.26.0 "
35+ version = " 0.28.1 " # 0.16.0
3636
3737 name = " cloudwatch-exporter-apne1hi"
3838
Original file line number Diff line number Diff line change 11resource "helm_release" "snmp-exporter" {
22 repository = " https://prometheus-community.github.io/helm-charts"
33 chart = " prometheus-snmp-exporter"
4- version = " 8.0.0 "
4+ version = " 9.6.2 "
55
66 name = " snmp-exporter"
77
You can’t perform that action at this time.
0 commit comments