File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "resource_group" {
1717module "cos_bucket" {
1818 count = var. enable_vpc_flow_logs ? 1 : 0
1919 source = " terraform-ibm-modules/cos/ibm"
20- version = " 10.1.5 "
20+ version = " 10.1.8 "
2121 resource_group_id = module. resource_group . resource_group_id
2222 region = var. region
2323 cross_region_location = null
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module "cos_buckets" {
7373 count = var. enable_vpc_flow_logs ? 1 : 0
7474 depends_on = [time_sleep . wait_for_cross_account_authorization_policy [0 ]]
7575 source = " terraform-ibm-modules/cos/ibm//modules/buckets"
76- version = " 10.1.5 "
76+ version = " 10.1.8 "
7777 bucket_configs = local. bucket_config
7878}
7979
@@ -163,7 +163,7 @@ module "kms" {
163163 }
164164 count = local. create_kms_key ? 1 : 0 # no need to create any KMS resources if not passing an existing KMS CRN or existing KMS key CRN is provided
165165 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
166- version = " 5.1.9 "
166+ version = " 5.1.10 "
167167 create_key_protect_instance = false
168168 region = local. kms_region
169169 existing_kms_instance_crn = var. existing_kms_instance_crn
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # Lock DA into an exact provider version - renovate automation will keep it updated
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.80.0 "
7+ version = " 1.80.3 "
88 }
99 time = {
1010 source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments