Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/observability-age…
Browse files Browse the repository at this point in the history
…nts/ibm to v2.3.0 (#555)
  • Loading branch information
terraform-ibm-modules-ops authored Nov 16, 2024
1 parent 19d4415 commit 74565b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multiple_mzr_clusters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module "observability_instances" {

module "observability_agents_1" {
source = "terraform-ibm-modules/observability-agents/ibm"
version = "2.1.0"
version = "2.3.0"
providers = {
helm = helm.helm_cluster_1
}
Expand All @@ -202,7 +202,7 @@ module "observability_agents_1" {

module "observability_agents_2" {
source = "terraform-ibm-modules/observability-agents/ibm"
version = "2.1.0"
version = "2.3.0"
providers = {
helm = helm.helm_cluster_2
}
Expand Down

0 comments on commit 74565b4

Please sign in to comment.