Skip to content

Commit

Permalink
get the azure context before ini terraform (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
ouaretf authored Sep 12, 2024
1 parent 5bf8ba4 commit b57fe25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,9 @@ fi
check_azcli_version
case $DEPLOY_LANGUAGE in
tf)
terraform_init
get_azure_context
get_azure_cloud_env
get_azure_cloud_env
terraform_init
terraform_run
;;
bicep)
Expand Down

0 comments on commit b57fe25

Please sign in to comment.