Skip to content

Commit 9acbbad

Browse files
fix(deps): update dependencies (#697)
1 parent 5890726 commit 9acbbad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

common-dev-assets

examples/obs-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 = "3.2.5"
25+
version = "3.2.6"
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.

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.5
44

55
require (
66
github.com/stretchr/testify v1.11.1
7-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.4
7+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.5
88
)
99

1010
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
298298
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
299299
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
300-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.4 h1:Y0IvIJDQi1Fyr9bki3kLovqDl9DZWIFrtA7cuwT/rJ0=
301-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.4/go.mod h1:clGPU4e57ofDSgBbNSzjNMf4KlJxSbVbU0O3FLpqRns=
300+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.5 h1:IuCB+0oIKyOrMtZwx4ptasJuZD6DAbgBoZ3kKGDeOtQ=
301+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.5/go.mod h1:clGPU4e57ofDSgBbNSzjNMf4KlJxSbVbU0O3FLpqRns=
302302
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
303303
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
304304
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)