File tree Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 33 "files": "go.sum|^.secrets.baseline$",
44 "lines": null
55 },
6- "generated_at": "2023-12-09T07 :09:22Z",
6+ "generated_at": "2023-12-10T07 :09:22Z",
77 "plugins_used": [
88 {
99 "name": "AWSKeyDetector"
Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ You need the following permissions to run this module.
9090| Name | Version |
9191| ------| ---------|
9292| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0, <1.7.0 |
93- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.56.1 |
93+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.62.0, <2.0.0 |
9494
9595### Modules
9696
9797| Name | Source | Version |
9898| ------| --------| ---------|
99- | <a name =" module_cbr_rules " ></a > [ cbr\_ rules] ( #module\_ cbr\_ rules ) | terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile | 1.19 .1 |
99+ | <a name =" module_cbr_rules " ></a > [ cbr\_ rules] ( #module\_ cbr\_ rules ) | terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile | 1.22 .1 |
100100
101101### Resources
102102
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
66 required_providers {
77 ibm = {
88 source = " IBM-Cloud/ibm"
9- version = " 1.56.1 "
9+ version = " 1.62.0 "
1010 }
1111 }
1212}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "resource_group" {
1717# Create COS instance
1818module "cos_instance" {
1919 source = " terraform-ibm-modules/cos/ibm"
20- version = " 7.5.1 "
20+ version = " 7.5.3 "
2121 cos_instance_name = " ${ var . prefix } -cos"
2222 kms_encryption_enabled = false
2323 retention_enabled = false
@@ -28,7 +28,7 @@ module "cos_instance" {
2828# Create Key Protect instance
2929module "key_protect_instance" {
3030 source = " terraform-ibm-modules/key-protect/ibm"
31- version = " 2.6.2 "
31+ version = " 2.7.1 "
3232 key_protect_name = " ${ var . prefix } -key-protect"
3333 resource_group_id = module. resource_group . resource_group_id
3434 plan = " tiered-pricing"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
66 required_providers {
77 ibm = {
88 source = " IBM-Cloud/ibm"
9- version = " >= 1.56.1 , < 2.0.0"
9+ version = " >= 1.62.0 , < 2.0.0"
1010 }
1111 }
1212}
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ resource "ibm_iam_authorization_policy" "auth_policies" {
1616
1717module "cbr_rules" {
1818 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile"
19- version = " 1.19.1"
19+ version = " 1.22.1"
20+ location = null
2021 target_service_details = var. cbr_target_service_details
2122 zone_vpc_crn_list = var. zone_vpc_crn_list
2223 zone_service_ref_list = var. zone_service_ref_list
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ terraform {
55 ibm = {
66 source = " IBM-Cloud/ibm"
77 # Use "greater than or equal to" range in modules
8- version = " >= 1.56.1 "
8+ version = " >= 1.62.0, <2.0.0 "
99 }
1010 }
1111}
You can’t perform that action at this time.
0 commit comments