From 2c2ed53ff39acb22e66aa31941ff59ea0f358325 Mon Sep 17 00:00:00 2001 From: Connor Osborn Date: Thu, 3 Dec 2020 09:23:14 -0500 Subject: [PATCH] Fix apt install typo (#27074) Apt install expects a `name=version` NOT `name==version` --- website/docs/cli/install/apt.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/install/apt.html.md b/website/docs/cli/install/apt.html.md index 52de3d0bf..d55effb48 100644 --- a/website/docs/cli/install/apt.html.md +++ b/website/docs/cli/install/apt.html.md @@ -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