Accommodate the version of Terraform that CI/CD expects

This commit is contained in:
John Skiles Skinner
2024-04-15 17:52:40 -07:00
parent 4b904c69c2
commit dbfb1e2379
10 changed files with 11 additions and 12 deletions

View File

@@ -141,11 +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.8.0"
tfenv install "latest:^1.7"
tfenv use 1.7.x # x = the patch version installed
```
_NOTE: This project currently uses the latest `1.8.x release of Terraform._
#### Python Installation
Now we're going to install a tool to help us manage Python versions and