From cabb8e6db80f4610f3bb487123ef2b5639d30571 Mon Sep 17 00:00:00 2001 From: Aatreyee Mukherjee Date: Wed, 19 Feb 2025 11:26:45 +0530 Subject: [PATCH] updated the version --- README.md | 2 +- common-dev-assets | 2 +- examples/basic/version.tf | 2 +- examples/complete/version.tf | 2 +- version.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ee440c..95621ff 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ For more information on access and permissions, see [terraform](#requirement\_terraform) | >= 1.3.0 | +| [terraform](#requirement\_terraform) | >= 1.9.0 | | [ibm](#requirement\_ibm) | >= 1.65.0, < 2.0.0 | ### Modules diff --git a/common-dev-assets b/common-dev-assets index 7918b90..151f5e7 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 7918b907ccd6e8ce14977d9461dac534a2e4114f +Subproject commit 151f5e7fb5a775ed3bea62d9ba5b326cd5fbdc80 diff --git a/examples/basic/version.tf b/examples/basic/version.tf index 696ad48..115fc72 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.3.0" + required_version = ">= 1.9.0" # Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main # module's version.tf (usually a basic example), and 1 example that will always use the latest provider version. diff --git a/examples/complete/version.tf b/examples/complete/version.tf index e9804d3..f4641a8 100644 --- a/examples/complete/version.tf +++ b/examples/complete/version.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.3.0" + required_version = ">= 1.9.0" # Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main # module's version.tf (usually a basic example), and 1 example that will always use the latest provider version. diff --git a/version.tf b/version.tf index ba51a40..55949ed 100644 --- a/version.tf +++ b/version.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.3.0" + required_version = ">= 1.9.0" # If your module requires any terraform providers, uncomment the "required_providers" section below and add all required providers. # Each required provider's version should be a flexible range to future proof the module's usage with upcoming minor and patch versions.