Skip to content

Commit 570d8a0

Browse files
chore(deps): update terraform dependencies
1 parent e460af5 commit 570d8a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/logs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locals {
2222

2323
module "trusted_profile" {
2424
source = "terraform-ibm-modules/trusted-profile/ibm"
25-
version = "2.3.1"
25+
version = "3.0.0"
2626
trusted_profile_name = "${var.prefix}-profile"
2727
trusted_profile_description = "Logs agent Trusted Profile"
2828
# As a `Sender`, you can send logs to your IBM Cloud Logs service instance - but not query or tail logs. This role is meant to be used by agent and routers sending logs.

tests/resources/main.tf

Lines changed: 3 additions & 3 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 = "8.21.25"
96+
version = "9.0.0"
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 = "8.21.25"
119+
version = "9.0.0"
120120
bucket_configs = [
121121
{
122122
bucket_name = local.logs_bucket_name
@@ -171,7 +171,7 @@ locals {
171171

172172
module "trusted_profile" {
173173
source = "terraform-ibm-modules/trusted-profile/ibm"
174-
version = "2.3.1"
174+
version = "3.0.0"
175175
trusted_profile_name = "${var.prefix}-profile"
176176
trusted_profile_description = "Logs agent Trusted Profile"
177177
# As a `Sender`, you can send logs to your IBM Cloud Logs service instance - but not query or tail logs. This role is meant to be used by agent and routers sending logs.

0 commit comments

Comments
 (0)