From dc6379bae79f451e3e4e6840ea82b60055ee4115 Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Mon, 15 Apr 2024 16:51:32 -0700 Subject: [PATCH] Update version of Terraform installed in the main README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651c153ee..76b50ef5b 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ Terraform installations. This is great, but you still need to install Terraform itself, which can be done with this command: ```sh -tfenv install latest:^1.4.0 +tfenv install "latest:^1.8.0" ``` -_NOTE: This project currently uses the latest `1.4.x release of Terraform._ +_NOTE: This project currently uses the latest `1.8.x release of Terraform._ #### Python Installation