Skip to content

Commit 2b59af0

Browse files
chore(deps): update terraform terraform-ibm-modules/observability-agents/ibm to v2.8.0 (#704)
1 parent 89a91b1 commit 2b59af0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ module "trusted_profile" {
248248
module "observability_agents" {
249249
depends_on = [module.kube_audit]
250250
source = "terraform-ibm-modules/observability-agents/ibm"
251-
version = "2.7.3"
251+
version = "2.8.0"
252252
cluster_id = module.ocp_base.cluster_id
253253
cluster_resource_group_id = module.resource_group.resource_group_id
254254
# Cloud Logs agent

examples/multiple_mzr_clusters/main.tf

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

189189
module "observability_agents_1" {
190190
source = "terraform-ibm-modules/observability-agents/ibm"
191-
version = "2.7.3"
191+
version = "2.8.0"
192192
providers = {
193193
helm = helm.helm_cluster_1
194194
}
@@ -201,7 +201,7 @@ module "observability_agents_1" {
201201

202202
module "observability_agents_2" {
203203
source = "terraform-ibm-modules/observability-agents/ibm"
204-
version = "2.7.3"
204+
version = "2.8.0"
205205
providers = {
206206
helm = helm.helm_cluster_2
207207
}

0 commit comments

Comments
 (0)