File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
1911Terraform'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+
3033Docker example
3134``` sh
3235# formatting/linting
You can’t perform that action at this time.
0 commit comments