File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 call-terraform-ci-pipeline :
17- uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.2
17+ uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.3
1818 secrets : inherit
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 call-terraform-release-pipeline :
15- uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.2
15+ uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.3
1616 secrets : inherit
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Power Virtual Server workspace tile that will provision the following:
1616| Name | Version |
1717| ------| ---------|
1818| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9.0 |
19- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.88.2 |
19+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.89.0 |
2020
2121### Modules
2222
@@ -28,9 +28,9 @@ Power Virtual Server workspace tile that will provision the following:
2828
2929| Name | Type |
3030| ------| ------|
31- | [ ibm_resource_group.resource_group] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.88.2 /docs/resources/resource_group ) | resource |
32- | [ ibm_tg_gateway.transit_gateway] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.88.2 /docs/resources/tg_gateway ) | resource |
33- | [ ibm_resource_group.existing] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.88.2 /docs/data-sources/resource_group ) | data source |
31+ | [ ibm_resource_group.resource_group] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.89.0 /docs/resources/resource_group ) | resource |
32+ | [ ibm_tg_gateway.transit_gateway] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.89.0 /docs/resources/tg_gateway ) | resource |
33+ | [ ibm_resource_group.existing] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.89.0 /docs/data-sources/resource_group ) | data source |
3434
3535### Inputs
3636
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77 required_providers {
88 ibm = {
99 source = " IBM-Cloud/ibm"
10- version = " 1.88.2 "
10+ version = " 1.89.0 "
1111 }
1212 }
1313}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.5
44
55require (
66 github.com/stretchr/testify v1.11.1
7- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.68 .2
7+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.69 .2
88)
99
1010require (
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.68 .2 h1:0ZpuC1NVlEMXQYbO+IB5mVxCCzAl36LmTozInMkB44Q =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.68 .2 /go.mod h1:1v2TpsR28LMR9EMNhGKh+8fnToAUbJ+2pqe7ihoJTeA =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.69 .2 h1:vHB7pgEjUSTAhfwjqtEv3ts+FYNUbVoXspeivbOWIko =
301+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.69 .2 /go.mod h1:1v2TpsR28LMR9EMNhGKh+8fnToAUbJ+2pqe7ihoJTeA =
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