Update from Lambda
Signed-off-by: SathishGopi <SathishGopi@example.com>
This commit is contained in:
parent
69ce277f98
commit
c1e3fc75c4
|
|
@ -28,7 +28,7 @@ echo "deb [signed-by=/usr/share/keyrings/hashicorp.gpg] https://apt.releases.has
|
||||||
Adds the HashiCorp package repository to your system so Terraform can be installed and updated.
|
Adds the HashiCorp package repository to your system so Terraform can be installed and updated.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt update && sudo apt install -y terraform && clear
|
sudo apt update && sudo apt install -y terraform
|
||||||
```
|
```
|
||||||
Refreshes package list again and installs the latest Terraform release.
|
Refreshes package list again and installs the latest Terraform release.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue