From 55ecb4cac4bb36b29b0e184ebb885b0ca21cf4ae Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 14 Jun 2025 15:04:32 +0000 Subject: [PATCH] chore(deps): update terraform restapi to v2 --- solutions/e2e/README.md | 2 +- solutions/e2e/version.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/e2e/README.md b/solutions/e2e/README.md index fb337a19..dba0fb03 100644 --- a/solutions/e2e/README.md +++ b/solutions/e2e/README.md @@ -45,7 +45,7 @@ The end-to-end solution automates the following tasks: |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | | [ibm](#requirement\_ibm) | 1.79.0 | -| [restapi](#requirement\_restapi) | 1.20.0 | +| [restapi](#requirement\_restapi) | 2.0.1 | | [time](#requirement\_time) | 0.13.1 | ### Modules diff --git a/solutions/e2e/version.tf b/solutions/e2e/version.tf index e8aa67a3..cf783d92 100644 --- a/solutions/e2e/version.tf +++ b/solutions/e2e/version.tf @@ -12,7 +12,7 @@ terraform { restapi = { source = "Mastercard/restapi" - version = "1.20.0" + version = "2.0.1" } } }