File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
trusted-profiles-authentication Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ data "ibm_cis" "cis_instance" {
231231
232232module "vpes" {
233233 source = " terraform-ibm-modules/vpe-gateway/ibm"
234- version = " 4.8.4 "
234+ version = " 4.8.5 "
235235 count = var. service_endpoints == " private" ? 1 : 0
236236 region = var. region
237237 prefix = " vpe"
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ module "external_secrets" {
166166
167167module "vpes" {
168168 source = " terraform-ibm-modules/vpe-gateway/ibm"
169- version = " 4.8.4 "
169+ version = " 4.8.5 "
170170 count = var. service_endpoints == " private" ? 1 : 0
171171 region = var. region
172172 prefix = " vpe"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.25.4
77require (
88 github.com/gruntwork-io/terratest v0.53.0
99 github.com/stretchr/testify v1.11.1
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.29
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.30
1111 gopkg.in/yaml.v3 v3.0.1
1212 k8s.io/apimachinery v0.34.2
1313)
Original file line number Diff line number Diff line change @@ -452,8 +452,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
452452github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
453453github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
454454github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
455- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.29 h1:Qf1lELeyTaTwi+vASigOU7JYJ/3I2WSNphs+KumTOe8 =
456- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.29 /go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q =
455+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.30 h1:NJj5pm5mcLU2+mRgM9RZ9S4mH9Pb9+5uXGl9/qDDQQs =
456+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.30 /go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q =
457457github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
458458github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
459459github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments