You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _partials/terraform.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
3
3
Terraform is a tool for infrastructure as code (IAC) to create (and destroy) resources to create in the cloud.
4
4
5
-
$MAC_START
5
+
<!--$MAC_START-->
6
6
You can use `brew` to install terraform. In your terminal, run:
7
7
8
8
```bash
9
9
brew tap hashicorp/tap
10
10
brew install hashicorp/tap/terraform
11
11
```
12
-
$MAC_END
13
-
$WINDOWS_START
12
+
<!-- $MAC_END -->
13
+
14
+
<!-- $WINDOWS_START -->
14
15
### Download
15
16
16
17
To install terraform, download the **zip archive** from the Terraform install page at this [link here 🔗](https://developer.hashicorp.com/terraform/install).
@@ -43,8 +44,11 @@ To update your path:
43
44
5. Click **Ok** to close the `Path` variable window, and click **Ok** again to close the Environment Variable window.
0 commit comments