@@ -21,7 +21,7 @@ locals {
2121
2222module "key_protect_all_inclusive" {
2323 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
24- version = " 4.13.4 "
24+ version = " 4.15.2 "
2525 resource_group_id = module. resource_group . resource_group_id
2626 region = var. region
2727 key_protect_instance_name = " ${ var . prefix } -kp"
@@ -46,7 +46,7 @@ locals {
4646
4747module "cos" {
4848 source = " terraform-ibm-modules/cos/ibm"
49- version = " 8.5.3 "
49+ version = " 8.9.1 "
5050 resource_group_id = module. resource_group . resource_group_id
5151 region = var. region
5252 cos_instance_name = " ${ var . prefix } -cos"
@@ -86,7 +86,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
8686
8787module "cbr_vpc_zone" {
8888 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
89- version = " 1.23.0 "
89+ version = " 1.23.1 "
9090 name = " ${ var . prefix } -VPC-network-zone"
9191 zone_description = " CBR Network zone representing VPC"
9292 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -98,7 +98,7 @@ module "cbr_vpc_zone" {
9898
9999module "cbr_zone_schematics" {
100100 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
101- version = " 1.23.0 "
101+ version = " 1.23.1 "
102102 name = " ${ var . prefix } -schematics-zone"
103103 zone_description = " CBR Network zone containing Schematics"
104104 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -122,7 +122,7 @@ module "event_notification" {
122122 kms_encryption_enabled = true
123123 existing_kms_instance_crn = module. key_protect_all_inclusive . key_protect_id
124124 root_key_id = module. key_protect_all_inclusive . keys [" ${ local . key_ring_name } .${ local . key_name } " ]. key_id
125- kms_endpoint_url = module. key_protect_all_inclusive . kp_public_endpoint
125+ kms_endpoint_url = module. key_protect_all_inclusive . kms_public_endpoint
126126 tags = var. resource_tags
127127 service_endpoints = " public"
128128 service_credential_names = var. service_credential_names
0 commit comments