Skip to content

Commit 97a288d

Browse files
chore(deps): update terraform terraform-ibm-modules/cos/ibm to v10.5.9 (#208)
1 parent dd6540e commit 97a288d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This module deploys the following logs agent to an IBM Cloud Red Hat OpenShift C
1515
## Overview
1616
* [terraform-ibm-logs-agent](#terraform-ibm-logs-agent)
1717
* [Examples](./examples)
18-
* <div style="display: inline-block;"><a href="./examples/logs-agent-iks">Logs agent on Kubernetes using CSE ingress endpoint with an apikey</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=la-logs-agent-iks-example&repository=github.com/terraform-ibm-modules/terraform-ibm-logs-agent/tree/main/examples/logs-agent-iks" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
19-
* <div style="display: inline-block;"><a href="./examples/logs-agent-ocp">Logs agent on OCP using VPE ingress endpoint with a Trusted Profile</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=la-logs-agent-ocp-example&repository=github.com/terraform-ibm-modules/terraform-ibm-logs-agent/tree/main/examples/logs-agent-ocp" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
18+
* <div style="display: inline-block;"><a href="./examples/logs-agent-iks">Logs agent on Kubernetes using CSE ingress endpoint with an apikey</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=la-logs-agent-iks-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-logs-agent/tree/main/examples/logs-agent-iks" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
19+
* <div style="display: inline-block;"><a href="./examples/logs-agent-ocp">Logs agent on OCP using VPE ingress endpoint with a Trusted Profile</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=la-logs-agent-ocp-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-logs-agent/tree/main/examples/logs-agent-ocp" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
2020
* [Contributing](#contributing)
2121
<!-- END OVERVIEW HOOK -->
2222

tests/resources/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module "ocp_base" {
9393

9494
module "cos" {
9595
source = "terraform-ibm-modules/cos/ibm"
96-
version = "10.5.8"
96+
version = "10.5.9"
9797
resource_group_id = module.resource_group.resource_group_id
9898
region = var.region
9999
cos_instance_name = "${var.prefix}-cos"
@@ -116,7 +116,7 @@ locals {
116116

117117
module "buckets" {
118118
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
119-
version = "10.5.8"
119+
version = "10.5.9"
120120
bucket_configs = [
121121
{
122122
bucket_name = local.logs_bucket_name

0 commit comments

Comments
 (0)