Fix apt install typo (#27074)

Apt install expects a `name=version` NOT `name==version`
This commit is contained in:
Connor Osborn 2020-12-03 09:23:14 -05:00 committed by GitHub
parent 5cb2d4894c
commit 2c2ed53ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ You can select a specific version to install by including it in the
`apt install` command line, as follows:
```bash
sudo apt install terraform==0.14.0
sudo apt install terraform=0.14.0
```
If your workflow requires using multiple versions of Terraform at the same