Skip to content

Commit ac5af0c

Browse files
chore(deps): update terraform terraform-ibm-modules/observability-agents/ibm to v1.12.2 (#291)
1 parent cd29757 commit ac5af0c

File tree

1 file changed

+2
-2
lines changed
  • examples/multiple_mzr_clusters

1 file changed

+2
-2
lines changed

examples/multiple_mzr_clusters/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module "observability_instances" {
155155

156156
module "observability_agents_1" {
157157
source = "terraform-ibm-modules/observability-agents/ibm"
158-
version = "1.12.1"
158+
version = "1.12.2"
159159
providers = {
160160
helm = helm.helm_cluster_1
161161
}
@@ -169,7 +169,7 @@ module "observability_agents_1" {
169169

170170
module "observability_agents_2" {
171171
source = "terraform-ibm-modules/observability-agents/ibm"
172-
version = "1.12.1"
172+
version = "1.12.2"
173173
providers = {
174174
helm = helm.helm_cluster_2
175175
}

0 commit comments

Comments
 (0)