File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This examples handles the provisioning of a new Secrets Manager instance.
1414
1515| Name | Source | Version |
1616| ------| --------| ---------|
17- | <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/key-protect-all-inclusive/ibm | 4.4.1 |
17+ | <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/key-protect-all-inclusive/ibm | 4.4.2 |
1818| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.4 |
1919| <a name =" module_secrets_manager " ></a > [ secrets\_ manager] ( #module\_ secrets\_ manager ) | ../.. | n/a |
2020
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.4.1 "
11+ version = " 4.4.2 "
1212 key_protect_instance_name = " ${ var . prefix } -key-protect"
1313 resource_group_id = module. resource_group . resource_group_id
1414 region = var. region
You can’t perform that action at this time.
0 commit comments