Update version of Terraform installed in the main README

This commit is contained in:
John Skiles Skinner
2024-04-15 16:51:32 -07:00
parent 99716f39e6
commit dc6379bae7

View File

@@ -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