From bfd399415855471e21b0bfc0a9d79c686125dbff Mon Sep 17 00:00:00 2001 From: Sean Sundberg Date: Mon, 13 Jun 2022 09:00:06 -0500 Subject: [PATCH] Updates terraform version in readme Signed-off-by: Sean Sundberg --- README.md | 3 +-- version.tf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce576dc..c86c9df 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ The module depends on the following software components: ### Command-line tools -- terraform - v13 -- ibmcloud cli +- terraform - v0.15 ### Terraform providers diff --git a/version.tf b/version.tf index 450c502..7ed0aa8 100644 --- a/version.tf +++ b/version.tf @@ -1,3 +1,3 @@ terraform { - required_version = ">= 0.13.0" + required_version = ">= 0.15.0" }