Skip to content

Commit

Permalink
feat: (IAC-1260) Updated AZ CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Jan 10, 2024
1 parent f76c17a commit 139431b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TERRAFORM_VERSION=1.6.6
ARG AZURECLI_VERSION=2.54.0
ARG AZURECLI_VERSION=2.56.0

FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
FROM mcr.microsoft.com/azure-cli:$AZURECLI_VERSION
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ This project supports two options for running Terraform scripts:
Access to an **Azure Subscription** and an [**Identity**](./docs/user/TerraformAzureAuthentication.md) with the *Contributor* role are required.

#### Terraform Requirements:
- [Terraform](https://www.terraform.io/downloads.html) - v1.6.4
- [Terraform](https://www.terraform.io/downloads.html) - v1.6.6
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.27.9
- [jq](https://stedolan.github.io/jq/) - v1.6
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure) - (optional - useful as an alternative to the Azure Portal) - v2.54.0
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure) - (optional - useful as an alternative to the Azure Portal) - v2.56.0

#### Docker Requirements:
- [Docker](https://docs.docker.com/get-docker/)
Expand Down
2 changes: 1 addition & 1 deletion container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commandTests:
- -c
- |
az version -o tsv
expectedOutput: ["2.54.0\t2.54.0\t1.1.0"]
expectedOutput: ["2.56.0\t2.56.0\t1.1.0"]

metadataTest:
workdir: "/viya4-iac-azure"
Expand Down

0 comments on commit 139431b

Please sign in to comment.