Skip to content

Commit 00290f5

Browse files
fix(deps): update terraform dependencies
1 parent d811481 commit 00290f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.1.1"
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.

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
}
1111
helm = {
1212
source = "hashicorp/helm"
13-
version = "2.17.0"
13+
version = "3.0.2"
1414
}
1515
kubernetes = {
1616
source = "hashicorp/kubernetes"

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 = "10.1.16"
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 = "10.1.16"
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.1.1"
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)