Skip to content

Commit c29a716

Browse files
chore(deps): update dependencies
1 parent 21fc482 commit c29a716

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

common-dev-assets

examples/obs-agent-ocp/main.tf

Lines changed: 3 additions & 3 deletions
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 agents and routers sending logs.
@@ -104,7 +104,7 @@ locals {
104104

105105
module "ocp_base" {
106106
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
107-
version = "3.54.5"
107+
version = "3.54.7"
108108
resource_group_id = module.resource_group.resource_group_id
109109
region = var.region
110110
tags = var.resource_tags
@@ -147,7 +147,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
147147
# The below code creates a VPE for Cloud logs in the provisioned VPC which allows the agents to access the private Cloud Logs Ingress endpoint.
148148
module "vpe" {
149149
source = "terraform-ibm-modules/vpe-gateway/ibm"
150-
version = "4.7.1"
150+
version = "4.7.4"
151151
region = var.region
152152
prefix = var.prefix
153153
vpc_id = ibm_is_vpc.vpc.id

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module github.com/terraform-ibm-modules/terraform-ibm-observability-agents
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.24.6
66

77
require (
88
github.com/stretchr/testify v1.10.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.7
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.8
1010
)
1111

1212
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
296296
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
297297
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
298-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.7 h1:yG3ZoGW30xBhuH2x6ScyEzM5v6I7p7LQPHAP0QbCciU=
299-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.7/go.mod h1:2d7vW9ehuOaVZl38OO/aXPPO42EijYfgMe29HPJbI+I=
298+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.8 h1:ysJwqbliK4FQv6mKuX3WGNlh0lAj7BLgHnni/2Kg/1g=
299+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.8/go.mod h1:2d7vW9ehuOaVZl38OO/aXPPO42EijYfgMe29HPJbI+I=
300300
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
301301
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
302302
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)