hello all, please note i am a super beginner for the cloud ops field, and i am trying to create Azure resource group using terraform.
for that i need to install latest version of terraform using cloud shell.
i have tried below , and its requesting a password, but i am not sure which one i should give .
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo “deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main” | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install terraform