diff --git a/content/install-guides/terraform.md b/content/install-guides/terraform.md index 9c91d1c6d3..6ee6d385c3 100644 --- a/content/install-guides/terraform.md +++ b/content/install-guides/terraform.md @@ -76,7 +76,7 @@ sudo cp terraform /usr/local/bin/ If you have [brew](https://brew.sh/) installed, installing Terraform for macOS is simple as: -```bash +```console brew tap hashicorp/tap brew install hashicorp/tap/terraform ```