Skip to content

Commit 0c891fa

Browse files
committed
science: testing if os tags can be in comments
1 parent 80c0319 commit 0c891fa

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

_partials/terraform.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
Terraform is a tool for infrastructure as code (IAC) to create (and destroy) resources to create in the cloud.
44

5-
$MAC_START
5+
<!-- $MAC_START -->
66
You can use `brew` to install terraform. In your terminal, run:
77

88
```bash
99
brew tap hashicorp/tap
1010
brew install hashicorp/tap/terraform
1111
```
12-
$MAC_END
13-
$WINDOWS_START
12+
<!-- $MAC_END -->
13+
14+
<!-- $WINDOWS_START -->
1415
### Download
1516

1617
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:
4344
5. Click **Ok** to close the `Path` variable window, and click **Ok** again to close the Environment Variable window.
4445

4546
6. Close **Command Prompt** and open it again
46-
$WINDOWS_END
47-
$LINUX_START
47+
48+
<!-- $WINDOWS_END -->
49+
50+
<!-- $LINUX_START -->
51+
4852
Install some basic requirements:
4953
```bash
5054
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common
@@ -74,7 +78,7 @@ Now we can install terraform directly with **apt** 👇
7478
sudo apt update
7579
sudo apt-get install terraform
7680
```
77-
$LINUX_END
81+
<!-- $LINUX_END -->
7882

7983
Verify the installation with:
8084

0 commit comments

Comments
 (0)