Skip to content

Commit

Permalink
enable dynamic install for azure cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazgi committed Oct 13, 2022
1 parent 19f0bb7 commit f14c7c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/provisioning.init-terraform-with-backend.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ if [[ -v ARM_CLIENT_ID ]] && [[ -v ARM_CLIENT_SECRET ]] && [[ -v ARM_SUBSCRIPTIO
--subscription ${ARM_SUBSCRIPTION_ID}
az account list\
--query "[?isDefault]"

az config set extension.use_dynamic_install=yes_without_prompt

# Set the flag.
backends_are_validated+=(azurerm)
fi
Expand Down

0 comments on commit f14c7c7

Please sign in to comment.