Skip to content

Commit a7dd375

Browse files
fix(deps): update dependencies
1 parent 0b98c25 commit a7dd375

File tree

11 files changed

+37
-37
lines changed

11 files changed

+37
-37
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ statement instead the previous block.
110110

111111
| Name | Source | Version |
112112
|------|--------|---------|
113-
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.0 |
113+
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.1 |
114114
| <a name="module_trusted_profile_scc_wp"></a> [trusted\_profile\_scc\_wp](#module\_trusted\_profile\_scc\_wp) | terraform-ibm-modules/trusted-profile/ibm | 3.1.1 |
115115

116116
### Resources

examples/advanced/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "resource_group" {
1616

1717
module "cloud_monitoring" {
1818
source = "terraform-ibm-modules/cloud-monitoring/ibm"
19-
version = "1.6.5"
19+
version = "1.6.6"
2020
resource_group_id = module.resource_group.resource_group_id
2121
region = var.region
2222
instance_name = "${var.prefix}-cm"
@@ -43,7 +43,7 @@ resource "ibm_is_vpc" "example_vpc" {
4343
##############################################################################
4444
module "cbr_zone" {
4545
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
46-
version = "1.33.0"
46+
version = "1.33.1"
4747
name = "${var.prefix}-VPC-network-zone"
4848
zone_description = "CBR Network zone representing VPC"
4949
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
@@ -60,7 +60,7 @@ module "cbr_zone" {
6060
# Create new App Config instance
6161
module "app_config" {
6262
source = "terraform-ibm-modules/app-configuration/ibm"
63-
version = "1.9.1"
63+
version = "1.10.0"
6464
region = var.region
6565
resource_group_id = module.resource_group.resource_group_id
6666
app_config_plan = "basic"

examples/enterprise/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "resource_group" {
1515

1616
module "app_config" {
1717
source = "terraform-ibm-modules/app-configuration/ibm"
18-
version = "1.9.1"
18+
version = "1.10.0"
1919
region = var.region
2020
resource_group_id = module.resource_group.resource_group_id
2121
app_config_plan = "basic"

ibm_catalog.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@
338338
"grouping": "deployment",
339339
"original_grouping": "deployment",
340340
"config_constraints": {
341-
"type": "string"
341+
"type": "string"
342342
}
343-
},
343+
},
344344
"virtual": true
345345
},
346346
{
@@ -371,13 +371,13 @@
371371
"description": "A list of enterprise account group IDs to assign the trusted profile template to in order for the accounts to be scanned. Supports passing the string 'all' in the list to assign to all account groups. Only applies if `cspm_enabled` is true and a value is being passed for `enterprise_id`.",
372372
"required": false,
373373
"custom_config": {
374-
"type": "array",
375-
"grouping": "deployment",
376-
"original_grouping": "deployment",
377-
"config_constraints": {
378-
"type": "string"
379-
}
380-
},
374+
"type": "array",
375+
"grouping": "deployment",
376+
"original_grouping": "deployment",
377+
"config_constraints": {
378+
"type": "string"
379+
}
380+
},
381381
"virtual": true
382382
},
383383
{
@@ -387,13 +387,13 @@
387387
"description": "A list of enterprise account IDs to assign the trusted profile template to in order for the accounts to be scanned. Supports passing the string 'all' in the list to assign to all accounts. Only applies if `cspm_enabled` is true and a value is being passed for `enterprise_id`.",
388388
"required": false,
389389
"custom_config": {
390-
"type": "array",
391-
"grouping": "deployment",
392-
"original_grouping": "deployment",
393-
"config_constraints": {
394-
"type": "string"
395-
}
396-
},
390+
"type": "array",
391+
"grouping": "deployment",
392+
"original_grouping": "deployment",
393+
"config_constraints": {
394+
"type": "string"
395+
}
396+
},
397397
"virtual": true
398398
},
399399
{
@@ -466,7 +466,7 @@
466466
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
467467
"crn:v1:bluemix:public:iam::::role:Editor"
468468
],
469-
"notes":"Required for creating and managing SCC Workload Protection instance."
469+
"notes": "Required for creating and managing SCC Workload Protection instance."
470470
},
471471
{
472472
"role_crns": [

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "ibm_resource_tag" "scc_wp_access_tag" {
4848
module "cbr_rule" {
4949
count = length(var.cbr_rules) > 0 ? length(var.cbr_rules) : 0
5050
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
51-
version = "1.33.0"
51+
version = "1.33.1"
5252
rule_description = var.cbr_rules[count.index].description
5353
enforcement_mode = var.cbr_rules[count.index].enforcement_mode
5454
rule_contexts = var.cbr_rules[count.index].rule_contexts

solutions/fully-configurable/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There is currently a [known issue](https://github.com/terraform-ibm-modules/terr
1919
| Name | Version |
2020
|------|---------|
2121
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
22-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.81.1 |
22+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.82.0 |
2323
| <a name="requirement_restapi"></a> [restapi](#requirement\_restapi) | 2.0.1 |
2424

2525
### Modules
@@ -33,7 +33,7 @@ There is currently a [known issue](https://github.com/terraform-ibm-modules/terr
3333

3434
| Name | Type |
3535
|------|------|
36-
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.81.1/docs/data-sources/iam_auth_token) | data source |
36+
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.82.0/docs/data-sources/iam_auth_token) | data source |
3737

3838
### Inputs
3939

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.81.1"
7+
version = "1.82.0"
88
}
99
restapi = {
1010
source = "Mastercard/restapi"

tests/existing-resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "resource_group" {
1717
# Create new App Config instance
1818
module "app_config" {
1919
source = "terraform-ibm-modules/app-configuration/ibm"
20-
version = "1.9.1"
20+
version = "1.10.0"
2121
region = var.region
2222
resource_group_id = module.resource_group.resource_group_id
2323
app_config_name = "${var.prefix}-app-config"

tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ toolchain go1.25.0
66

77
require (
88
github.com/gruntwork-io/terratest v0.50.0
9-
github.com/stretchr/testify v1.10.0
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.3
9+
github.com/stretchr/testify v1.11.1
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.1
1111
)
1212

1313
require (
@@ -16,7 +16,7 @@ require (
1616
github.com/IBM-Cloud/power-go-client v1.12.0 // indirect
1717
github.com/IBM/cloud-databases-go-sdk v0.8.0 // indirect
1818
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
19-
github.com/IBM/platform-services-go-sdk v0.86.0 // indirect
19+
github.com/IBM/platform-services-go-sdk v0.86.1 // indirect
2020
github.com/IBM/project-go-sdk v0.3.6 // indirect
2121
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2222
github.com/IBM/vpc-go-sdk v1.0.2 // indirect

0 commit comments

Comments
 (0)