In this recipe, we used the integrated environment of Azure Cloud Shell, which consists of a command-line terminal that we chose to use in Bash mode. In addition, in steps 5 and 6, we used the built-in Visual Studio Code editor, using the code command, to write a Terraform configuration, which also has syntax highlighting for Terraform files. And finally, in step 7, we used the Terraform client, which is already installed in this Cloud Shell environment to provision our infrastructure with the execution of the Terraform workflow commands.
The following screenshot shows Azure Cloud Shell with Terraform execution:
We can see in the preceding screenshot the top panel with the integrated Visual Studio Code editor, and, in the bottom panel, the command line with the execution of the Terraform command.