Skip to content

Commit a3ba5a8

Browse files
author
RoseHJM
committed
Updated terraform releases tip
1 parent 0cfeebc commit a3ba5a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/deployment-environments/how-to-configure-extensibility-terraform-container-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ This statement pulls the most recently published core image, and makes it a basi
4545

4646
You can install the Terraform CLI to an executable location so that it can be used in your deployment and deletion scripts.
4747

48-
> [!Tip]
49-
> You can download the latest version of the Terraform CLI from [Terraform](https://aka.ms/deployment-environments/terraform-cli-zip).
50-
5148
Here's an example of that process, installing version 1.7.5 of the Terraform CLI:
5249

5350
```azure cli
@@ -56,6 +53,9 @@ RUN unzip terraform.zip && rm terraform.zip
5653
RUN mv terraform /usr/bin/terraform
5754
```
5855

56+
> [!Tip]
57+
> You can download your preferred version of the Terraform CLI from [Terraform releases](https://aka.ms/deployment-environments/terraform-cli-zip).
58+
5959
The ADE sample images are based on the Azure CLI image, and have the ADE CLI and JQ packages preinstalled. You can learn more about the [Azure CLI](/cli/azure/), and the [JQ package](https://devdocs.io/jq/).
6060

6161
To install any more packages you need within your image, use the RUN statement.

0 commit comments

Comments
 (0)