File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/encrypted_cos_bucket Expand file tree Collapse file tree 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.13.2 |
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.16.4 |
74
+ | <a name =" module_cos_bucket " ></a > [ cos\_ bucket] ( #module\_ cos\_ bucket ) | terraform-ibm-modules/cos/ibm | 8.13.5 |
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.16.5 |
76
76
77
77
### Resources
78
78
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module "key_protect_all_inclusive" {
22
22
}
23
23
count = var. create_key_protect_instance ? 1 : 0
24
24
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
25
- version = " 4.16.4 "
25
+ version = " 4.16.5 "
26
26
key_protect_instance_name = var. key_protect_instance_name
27
27
resource_group_id = var. resource_group_id
28
28
enable_metrics = true
@@ -60,7 +60,7 @@ module "cos_bucket" {
60
60
ibm = ibm
61
61
}
62
62
source = " terraform-ibm-modules/cos/ibm"
63
- version = " 8.13.2 "
63
+ version = " 8.13.5 "
64
64
bucket_name = var. bucket_name
65
65
add_bucket_name_suffix = var. add_bucket_name_suffix
66
66
management_endpoint_type_for_bucket = var. management_endpoint_type_for_bucket
You can’t perform that action at this time.
0 commit comments