Terraform latest version is failed with azure CLI

sns 9,226 Reputation points
2022-09-12T12:48:48.413+00:00

I have followed below link, I am trying to install latest terraform version however stuck at step 9, Please find attached screenshot, even after I have unzipped I am not able to see latest version of terraform240035-terraformlatestversionupdatefailing.png in the CLI. Please suggest what needs to be done,
https://learn.microsoft.com/en-us/azure/developer/terraform/get-started-cloud-shell-bash?tabs=bash

240060-image.png

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,701 Reputation points Microsoft Employee
    2022-09-12T19:59:33.26+00:00

    @sns
    I understand you are updating terraform in Cloud Shell but facing the above issue.

    It appears that you are not completing step 10-12. Can you please move the created terraform file into the bin directory? Then restart Cloud Shell by selecting the power button at the top of the Shell?

    mkdir bin
    mv terraform bin/

    240186-image.png

    Hope this helps. Let me know if you are still having issues after performing these steps.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments