File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ARG TERRAFORM_VERSION=1.7.3
2- ARG AZURECLI_VERSION=2.57 .0
2+ ARG AZURECLI_VERSION=2.59 .0
33
44FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
55FROM mcr.microsoft.com/azure-cli:$AZURECLI_VERSION
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Access to an **Azure Subscription** and an [**Identity**](./docs/user/TerraformA
6060- [ Terraform] ( https://www.terraform.io/downloads.html ) - v1.7.3
6161- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl ) - v1.28.7
6262- [ jq] ( https://stedolan.github.io/jq/ ) - v1.6
63- - [ Azure CLI] ( https://docs.microsoft.com/en-us/cli/azure ) - (optional - useful as an alternative to the Azure Portal) - v2.57 .0
63+ - [ Azure CLI] ( https://docs.microsoft.com/en-us/cli/azure ) - (optional - useful as an alternative to the Azure Portal) - v2.59 .0
6464
6565#### Docker Requirements:
6666- [ Docker] ( https://docs.docker.com/get-docker/ )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ commandTests:
2929 - -c
3030 - |
3131 az version -o tsv
32- expectedOutput : ["2.57 .0\t2.57 .0\t1.1.0"]
32+ expectedOutput : ["2.59 .0\t2.59 .0\t1.1.0"]
3333
3434metadataTest :
3535 workdir : " /viya4-iac-azure"
You can’t perform that action at this time.
0 commit comments