File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ This examples handles the provisioning of a new Secrets Manager instance.
1414
1515| Name | Source | Version |
1616| ------| --------| ---------|
17- | <a name =" module_event_notification " ></a > [ event\_ notification] ( #module\_ event\_ notification ) | terraform-ibm-modules/event-notifications/ibm | 1.2.1 |
18- | <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/key-protect-all-inclusive/ibm | 4.8.3 |
17+ | <a name =" module_event_notification " ></a > [ event\_ notification] ( #module\_ event\_ notification ) | terraform-ibm-modules/event-notifications/ibm | 1.2.2 |
18+ | <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/key-protect-all-inclusive/ibm | 4.8.4 |
1919| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.5 |
2020| <a name =" module_secrets_manager " ></a > [ secrets\_ manager] ( #module\_ secrets\_ manager ) | ../.. | n/a |
2121
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module "resource_group" {
88
99module "key_protect" {
1010 source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
11- version = " 4.8.3 "
11+ version = " 4.8.4 "
1212 key_protect_instance_name = " ${ var . prefix } -key-protect"
1313 resource_group_id = module. resource_group . resource_group_id
1414 region = var. region
@@ -26,7 +26,7 @@ module "key_protect" {
2626
2727module "event_notification" {
2828 source = " terraform-ibm-modules/event-notifications/ibm"
29- version = " 1.2.1 "
29+ version = " 1.2.2 "
3030 resource_group_id = module. resource_group . resource_group_id
3131 name = " ${ var . prefix } -en"
3232 tags = var. resource_tags
You can’t perform that action at this time.
0 commit comments