From bce189ba7c9b7ade0d0fe656fcd20834c72570b2 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations <106112202+terraform-ibm-modules-ops@users.noreply.github.com> Date: Sat, 24 Dec 2022 00:12:20 +0000 Subject: [PATCH] fix(deps): update terraform github.com/terraform-ibm-modules/terraform-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 --- README.md | 2 +- main.tf | 2 +- module-metadata.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c00512e7..b656f983 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ You need the following permissions to run this module. | Name | Source | Version | |------|--------|---------| -| [kp\_all\_inclusive](#module\_kp\_all\_inclusive) | git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git | v2.0.1 | +| [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 diff --git a/main.tf b/main.tf index 8869d4fb..5723ff87 100644 --- a/main.tf +++ b/main.tf @@ -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 diff --git a/module-metadata.json b/module-metadata.json index f326984f..6e3fedfc 100644 --- a/module-metadata.json +++ b/module-metadata.json @@ -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",