From e11cca66cf4301e5aa76ebddeb12810d33352d84 Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Wed, 26 Feb 2025 22:16:24 -0600 Subject: [PATCH] update Terraform install guide --- content/install-guides/terraform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```