Skip to content

Commit

Permalink
fix(deps): update terraform github.com/terraform-ibm-modules/terrafor…
Browse files Browse the repository at this point in the history
…m-ibm-key-protect-all-inclusive to v2.0.3 (#97)

* fix(deps): update terraform github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive to v2.0.3

* docs: committing files modified by the hook

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
terraform-ibm-modules-ops and renovate-bot authored Dec 24, 2022
1 parent 057b9b3 commit bce189b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ You need the following permissions to run this module.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_kp_all_inclusive"></a> [kp\_all\_inclusive](#module\_kp\_all\_inclusive) | git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git | v2.0.1 |
| <a name="module_kp_all_inclusive"></a> [kp\_all\_inclusive](#module\_kp\_all\_inclusive) | git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git | v2.0.3 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ locals {
# This module will be executed if encryption_enabled is set to true
module "kp_all_inclusive" {
count = (var.encryption_enabled && var.create_key_protect_key) ? 1 : 0
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v2.0.1"
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v2.0.3"
resource_group_id = var.resource_group_id
region = var.region
prefix = var.environment_name
Expand Down
2 changes: 1 addition & 1 deletion module-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
"module_calls": {
"kp_all_inclusive": {
"name": "kp_all_inclusive",
"source": "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v2.0.1",
"source": "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v2.0.3",
"attributes": {
"count": "encryption_enabled",
"create_key_protect_instance": "create_key_protect_instance",
Expand Down

0 comments on commit bce189b

Please sign in to comment.