Installation

Please refer official documentation for latest changes and installation

Azure Cli should be installed in local system to use Azure resources via API

sudo apt update && sudo apt install -y gnupg software-properties-common
Install HashiCorp GPG key
wget -O- https://apt.releases.hashicorp.com/gpg | \
gpg --dearmor | \
sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
Installation Verification

VS Code Extension Installation

Last updated