Skip to content

Commit 5f33ddc

Browse files
fix(deps): update terraform-module (#145)
* fix(deps): update terraform-module * refactor: skipping upgrade test SKIP UPGRADE TEST due to COS being updated in example upgrade test fails, skipping --------- Co-authored-by: Terraform IBM Modules Operations <[email protected]>
1 parent 615ae26 commit 5f33ddc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You need the following permissions to run this module.
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.23.0 |
99+
| <a name="module_cbr_rules"></a> [cbr\_rules](#module\_cbr\_rules) | terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile | 1.24.0 |
100100

101101
### Resources
102102

examples/complete/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "resource_group" {
1717
# Create COS instance
1818
module "cos_instance" {
1919
source = "terraform-ibm-modules/cos/ibm"
20-
version = "8.5.1"
20+
version = "8.11.1"
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
2929
module "key_protect_instance" {
3030
source = "terraform-ibm-modules/key-protect/ibm"
31-
version = "2.7.2"
31+
version = "2.8.4"
3232
key_protect_name = "${var.prefix}-key-protect"
3333
resource_group_id = module.resource_group.resource_group_id
3434
plan = "tiered-pricing"

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "ibm_iam_authorization_policy" "auth_policies" {
1616

1717
module "cbr_rules" {
1818
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile"
19-
version = "1.23.0"
19+
version = "1.24.0"
2020
target_service_details = var.cbr_target_service_details
2121
zone_vpc_crn_list = var.zone_vpc_crn_list
2222
zone_service_ref_list = var.zone_service_ref_list

0 commit comments

Comments
 (0)