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.7.11 "
234+ version = " 4.7.12 "
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.7.11 "
169+ version = " 4.7.12 "
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.3
77require (
88 github.com/gruntwork-io/terratest v0.51.0
99 github.com/stretchr/testify v1.11.1
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.16
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17
1111 gopkg.in/yaml.v3 v3.0.1
1212 k8s.io/apimachinery v0.34.1
1313)
Original file line number Diff line number Diff line change @@ -451,8 +451,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
451451github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
452452github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
453453github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
454- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.16 h1:E/tVpWNkcq/W1G6pk4WgSGyUa+RHeyiZQGsi0UHewek =
455- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.16 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
454+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 h1:unGRxvM9OJBTsfDQg/AZCYOeJZ5TqrCsPphjWJ2wI94 =
455+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
456456github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
457457github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
458458github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments