From b87b5dabf8376a4865038404437109141819cda9 Mon Sep 17 00:00:00 2001 From: Faycal Ouaret Date: Thu, 12 Sep 2024 15:27:39 +0200 Subject: [PATCH] get the azure context before ini terraform --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 37bd79a16..3647d387f 100755 --- a/build.sh +++ b/build.sh @@ -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)