diff --git a/kubernetes/cloud/azure/terraform/readme.md b/kubernetes/cloud/azure/terraform/readme.md index 222919e..79ab8ce 100644 --- a/kubernetes/cloud/azure/terraform/readme.md +++ b/kubernetes/cloud/azure/terraform/readme.md @@ -11,7 +11,7 @@ We'll need the Azure CLI to gather information so we can build our Terraform fil ``` # Run Azure CLI -docker run -it --rm -v ${PWD}:/work -w /work --entrypoint /bin/sh mcr.microsoft.com/azure-cli:2.6.0 +docker run -it --rm -v ${PWD}:/work -w /work --entrypoint /bin/sh mcr.microsoft.com/azure-cli:latest ```