Skip to content

Commit 208cc57

Browse files
committed
update doc
1 parent 596b6bb commit 208cc57

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

docs/terraform.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ Resources
88
* [Terraform in Action](https://www.manning.com/books/terraform-in-action) (2021) by Scott Winkler (Book)
99
* [Terraform Registry](https://registry.terraform.io)
1010

11-
Setup
12-
```sh
13-
brew tap hashicorp/tap
14-
brew install hashicorp/tap/terraform
15-
16-
terraform version
17-
```
18-
1911
Terraform's core building blocks:
2012

2113
* `terraform` Terraform's own settings (required version, providers, backend/state config)
@@ -27,6 +19,17 @@ Terraform's core building blocks:
2719
* `output` values Terraform prints after apply (and exposes to parent modules)
2820
* `module` reusable Terraform package/folder you call from another config
2921

22+
## Setup
23+
24+
```sh
25+
brew tap hashicorp/tap
26+
brew install hashicorp/tap/terraform
27+
28+
terraform version
29+
```
30+
31+
## Examples
32+
3033
Docker example
3134
```sh
3235
# formatting/linting

0 commit comments

Comments
 (0)