From 938807956c673dd58d2862b858ccd050ef7af363 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Mon, 10 Nov 2025 12:26:16 +0000 Subject: [PATCH] chore(deps): update terraform terraform-ibm-modules/cos/ibm to v10.5.9 --- README.md | 4 ++-- common-dev-assets | 2 +- tests/resources/main.tf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f7d7c3a..121e5aa 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This module deploys the following logs agent to an IBM Cloud Red Hat OpenShift C ## Overview * [terraform-ibm-logs-agent](#terraform-ibm-logs-agent) * [Examples](./examples) - *
Logs agent on Kubernetes using CSE ingress endpoint with an apikey
Deploy to IBM Cloud button
- *
Logs agent on OCP using VPE ingress endpoint with a Trusted Profile
Deploy to IBM Cloud button
+ *
Logs agent on Kubernetes using CSE ingress endpoint with an apikey
Deploy to IBM Cloud button
+ *
Logs agent on OCP using VPE ingress endpoint with a Trusted Profile
Deploy to IBM Cloud button
* [Contributing](#contributing) diff --git a/common-dev-assets b/common-dev-assets index 6e83549..89d534a 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 6e83549924fb8d8ae4933ba269baee0926a6f623 +Subproject commit 89d534a2f4f6baf29655e0bccf793ef9ac113619 diff --git a/tests/resources/main.tf b/tests/resources/main.tf index 100a1e0..855efaf 100644 --- a/tests/resources/main.tf +++ b/tests/resources/main.tf @@ -93,7 +93,7 @@ module "ocp_base" { module "cos" { source = "terraform-ibm-modules/cos/ibm" - version = "10.5.8" + version = "10.5.9" resource_group_id = module.resource_group.resource_group_id region = var.region cos_instance_name = "${var.prefix}-cos" @@ -116,7 +116,7 @@ locals { module "buckets" { source = "terraform-ibm-modules/cos/ibm//modules/buckets" - version = "10.5.8" + version = "10.5.9" bucket_configs = [ { bucket_name = local.logs_bucket_name