Skip to content

Commit f803e65

Browse files
chore(deps): update terraform terraform-ibm-modules/powervs-infrastructure/ibm to v10.0.1 (#882)
* chore(deps): update terraform terraform-ibm-modules/powervs-infrastructure/ibm to v10.0.1 * chore: ignore adds for tests --------- Co-authored-by: surajsbharadwaj <[email protected]>
1 parent 32708c7 commit f803e65

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.secrets.baseline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-10-11T08:38:56Z",
6+
"generated_at": "2025-10-11T18:50:55Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -3636,13 +3636,13 @@
36363636
"hashed_secret": "fa501f2ceec739604d621b521446b88d41a7f76b",
36373637
"is_secret": false,
36383638
"is_verified": false,
3639-
"line_number": 61,
3639+
"line_number": 65,
36403640
"type": "Secret Keyword",
36413641
"verified_result": null
36423642
}
36433643
]
36443644
},
3645-
"version": "0.13.1+ibm.62.dss",
3645+
"version": "0.13.1+ibm.64.dss",
36463646
"word_list": {
36473647
"file": null,
36483648
"hash": null

solutions/ibm-catalog/sap-ready-to-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
| Name | Source | Version |
7474
|------|--------|---------|
7575
| <a name="module_sap_system"></a> [sap\_system](#module\_sap\_system) | ../../../modules/pi-sap-system-type1 | n/a |
76-
| <a name="module_standard"></a> [standard](#module\_standard) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 10.0.0 |
76+
| <a name="module_standard"></a> [standard](#module\_standard) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 10.0.1 |
7777

7878
### Resources
7979

solutions/ibm-catalog/sap-ready-to-go/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locals {
2424

2525
module "standard" {
2626
source = "terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
27-
version = "10.0.0"
27+
version = "10.0.1"
2828

2929
providers = {
3030
ibm.ibm-is = ibm.ibm-is

tests/pr_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ func setupOptions(t *testing.T, prefix string, powervs_zone string) *testhelper.
4747
ResourceGroup: resourceGroup,
4848
Region: powervs_zone,
4949
ImplicitDestroy: []string{},
50+
// workaround for https://github.com/terraform-ibm-modules/terraform-ibm-scc-workload-protection/issues/243
51+
IgnoreAdds: testhelper.Exemptions{
52+
List: []string{"module.standard.module.scc_wp_instance[0].restapi_object.cspm"},
53+
},
5054
})
5155

5256
options.TerraformVars = map[string]interface{}{

0 commit comments

Comments
 (0)