We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515175a commit 0723bdfCopy full SHA for 0723bdf
examples/multiple_mzr_clusters/main.tf
@@ -189,7 +189,7 @@ module "observability_instances" {
189
190
module "observability_agents_1" {
191
source = "terraform-ibm-modules/observability-agents/ibm"
192
- version = "1.30.2"
+ version = "2.0.0"
193
providers = {
194
helm = helm.helm_cluster_1
195
}
@@ -202,7 +202,7 @@ module "observability_agents_1" {
202
203
module "observability_agents_2" {
204
205
206
207
helm = helm.helm_cluster_2
208
0 commit comments