Update from Lambda

Signed-off-by: SathishGopi <SathishGopi@example.com>
This commit is contained in:
SathishGopi 2025-09-23 10:05:53 +00:00
parent 69ce277f98
commit c1e3fc75c4
1 changed files with 1 additions and 1 deletions

View File

@ -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.
```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.