From 4c109c475244eedc3b30650c337c591e8f8e2461 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Dec 2022 15:28:57 +0000 Subject: [PATCH 1/2] fix(deps): update required_provider --- examples/default/version.tf | 4 ++-- version.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/default/version.tf b/examples/default/version.tf index ca2882b..abd236e 100644 --- a/examples/default/version.tf +++ b/examples/default/version.tf @@ -4,11 +4,11 @@ terraform { # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works ibm = { source = "IBM-Cloud/ibm" - version = "1.45.0" + version = "1.48.0" } restapi = { source = "Mastercard/restapi" - version = "1.17.0" + version = "1.18.0" } } } diff --git a/version.tf b/version.tf index 140e1a6..27e8c83 100644 --- a/version.tf +++ b/version.tf @@ -5,7 +5,7 @@ terraform { ibm = { source = "IBM-Cloud/ibm" # Use "greater than or equal to" range in modules - version = ">= 1.45.0" + version = ">= 1.48.0" } } } From 8b64fa69f6ce25744362f13dc4778fbd067938ed Mon Sep 17 00:00:00 2001 From: terraform-ibm-modules-ops Date: Thu, 1 Dec 2022 15:31:13 +0000 Subject: [PATCH 2/2] docs: committing files modified by the hook --- README.md | 2 +- module-metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73f78c9..73121b6 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For more information about the access you need to run all the GoldenEye modules, | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0.0 | -| [ibm](#requirement\_ibm) | >= 1.45.0 | +| [ibm](#requirement\_ibm) | >= 1.48.0 | ## Modules diff --git a/module-metadata.json b/module-metadata.json index 686f235..333a67a 100644 --- a/module-metadata.json +++ b/module-metadata.json @@ -162,7 +162,7 @@ "ibm": { "source": "IBM-Cloud/ibm", "version_constraints": [ - "\u003e= 1.45.0" + "\u003e= 1.48.0" ] } },