For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
// Some code
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