Skip to content

Commit e1a08ba

Browse files
committed
Merge branch 'feature/terraform' into develop
2 parents 2fd6ff4 + 3b22dfb commit e1a08ba

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

terraform/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# HashiCorp Terraform
2+
3+
## Install CLI
4+
5+
### Homebrew
6+
7+
```sh
8+
brew tap hashicorp/tap
9+
brew install hashicorp/tap/terraform
10+
```
11+
12+
### Chocolatey
13+
14+
```ps1
15+
choco install -y terraform
16+
```

terraform/terraform-commands.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
######################################################################
2+
3+
terraform init
4+
terraform plan
5+
terraform apply

0 commit comments

Comments
 (0)