Skip to content

Commit 7dbf719

Browse files
chore(deps): update terraform terraform-ibm-modules/key-protect-all-inclusive/ibm to v4.4.2 (#4)
1 parent 6c17200 commit 7dbf719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module "resource_group" {
88

99
module "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

0 commit comments

Comments
 (0)