File tree 2 files changed +4
-4
lines changed
modules/encrypted_cos_bucket 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ statement instead the previous block.
71
71
72
72
| Name | Source | Version |
73
73
| ------| --------| ---------|
74
- | <a name =" module_cos_bucket " ></a > [ cos\_ bucket] ( #module\_ cos\_ bucket ) | terraform-ibm-modules/cos/ibm | 8.21.10 |
75
- | <a name =" module_key_protect_all_inclusive " ></a > [ key\_ protect\_ all\_ inclusive] ( #module\_ key\_ protect\_ all\_ inclusive ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.21.9 |
74
+ | <a name =" module_cos_bucket " ></a > [ cos\_ bucket] ( #module\_ cos\_ bucket ) | terraform-ibm-modules/cos/ibm | 8.21.14 |
75
+ | <a name =" module_key_protect_all_inclusive " ></a > [ key\_ protect\_ all\_ inclusive] ( #module\_ key\_ protect\_ all\_ inclusive ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.22.0 |
76
76
77
77
### Resources
78
78
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module "key_protect_all_inclusive" {
40
40
}
41
41
count = local. key_management_enabled ? 1 : 0
42
42
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
43
- version = " 4.21.9 "
43
+ version = " 4.22.0 "
44
44
create_key_protect_instance = var. create_key_protect_instance
45
45
key_protect_instance_name = var. key_protect_instance_name
46
46
resource_group_id = var. resource_group_id
@@ -89,7 +89,7 @@ module "cos_bucket" {
89
89
ibm = ibm
90
90
}
91
91
source = " terraform-ibm-modules/cos/ibm"
92
- version = " 8.21.10 "
92
+ version = " 8.21.14 "
93
93
bucket_name = var. bucket_name
94
94
add_bucket_name_suffix = var. add_bucket_name_suffix
95
95
management_endpoint_type_for_bucket = var. management_endpoint_type_for_bucket
You can’t perform that action at this time.
0 commit comments