We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f27f5 commit 2adecd1Copy full SHA for 2adecd1
1 file changed
python/tests/integration/resources/main.tf
@@ -83,6 +83,14 @@ module "cos" {
83
source = "git::https://github.com/canonical/observability-stack//terraform/cos-lite?ref=cd55b1d"
84
model_uuid = var.cos_model_uuid
85
internal_tls = false
86
+ alertmanager = { revision = 191 }
87
+ catalogue = { revision = 113 }
88
+ grafana = { revision = 180 }
89
+ loki = { revision = 217 }
90
+ prometheus = { revision = 287 }
91
+ traefik = { revision = 281 }
92
+
93
94
}
95
96
resource "juju_model" "spark" {
0 commit comments