File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ locals {
2222
2323module "trusted_profile" {
2424 source = " terraform-ibm-modules/trusted-profile/ibm"
25- version = " 3.1.1 "
25+ version = " 3.2.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 agents and routers sending logs.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.25.4
66
77require (
88 github.com/stretchr/testify v1.11.1
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.24
9+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.25
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
298298github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
299299github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.24 h1:zGpk1bZ+QEReLHxFGWHIyrpYcVtYVqcCu5VnTy5UHQM =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.24 /go.mod h1:jHtWTYnTCdD/mP/uP4c3EP52ey47mjVuoiSrbzOwr0c =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.25 h1:hQWI1Ekpyuxkc5Gcw/vihl/O9FcLcOaC/AnR6Zlr8iI =
301+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.25 /go.mod h1:jHtWTYnTCdD/mP/uP4c3EP52ey47mjVuoiSrbzOwr0c =
302302github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
303303github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
304304github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments