Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Jan 6, 2020
1 parent 4c13cb9 commit 90734ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions containers/azure-terraform-0.11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

While technically optional, this definition includes the Azure Terraform extension which requires an Azure account to use. You can create a [free trial account here](https://azure.microsoft.com/en-us/free/) and find out more about using [Teraform with Azure here](https://docs.microsoft.com/en-us/azure/terraform/terraform-overview). If you plan to use the Azure Cloud Shell for all of your Terraform operations, you can comment out the installation of the Docker CLI in `.devcontainer/Dockerfile`. Conversely, if you do not plan to use Cloud Shell, you can comment out the installation of Node.js. The definition has been setup so you can do either as it makes sense.

You can also choose the specific version of Terraform installed by updating the following line in `.devcontainer/Dockerfile`:

```Dockerfile
ARG TERRAFORM_VERSION=0.11.13
```

Next, follow these steps:

1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
Expand Down
6 changes: 6 additions & 0 deletions containers/azure-terraform-0.12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

While technically optional, this definition includes the Azure Terraform extension which requires an Azure account to use. You can create a [free trial account here](https://azure.microsoft.com/en-us/free/) and find out more about using [Teraform with Azure here](https://docs.microsoft.com/en-us/azure/terraform/terraform-overview). If you plan to use the Azure Cloud Shell for all of your Terraform operations, you can comment out the installation of the Docker CLI in `.devcontainer/Dockerfile`. Conversely, if you do not plan to use Cloud Shell, you can comment out the installation of Node.js. The definition has been setup so you can do either as it makes sense.

You can also choose the specific version of Terraform installed by updating the following line in `.devcontainer/Dockerfile`:

```Dockerfile
ARG TERRAFORM_VERSION=0.12.16
```

Next, follow these steps:

1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
Expand Down

0 comments on commit 90734ec

Please sign in to comment.