Skip to content

Commit 8e1192d

Browse files
author
lerndevops
authored
Update README.md
1 parent ebff4eb commit 8e1192d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

terraform/install/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## Install Terraform CLI on Ubuntu/Debian Linux OS
1+
# Install Using Script
2+
```
3+
sudo wget https://raw.githubusercontent.com/lerndevops/labs/master/scripts/installTerraform.sh -P /tmp
4+
sudo chmod 755 /tmp/installTerraform.sh
5+
sudo bash /tmp/installTerraform.sh
6+
```
7+
8+
# Manual Installation Steps
9+
10+
### Install Terraform CLI on Ubuntu/Debian Linux OS
211

312
```
413
sudo curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
@@ -8,7 +17,7 @@ sudo apt-get update && sudo apt-get install terraform
817
Verify : terraform version
918
```
1019

11-
## Install Terraform CLI on CentOS/RHEL Linux OS
20+
### Install Terraform CLI on CentOS/RHEL Linux OS
1221

1322
```
1423
sudo yum install -y yum-utils

0 commit comments

Comments
 (0)