Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Feb 5, 2025
1 parent 8b4f049 commit dd219f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
function_app_name: ${{ steps.extract-terraform-outputs.outputs.FUNCTION_APP_NAME }}
environment: ${{ steps.set-env-vars.outputs.ENVIRONMENT }}
gh_managed_identity_client_id: ${{ steps.extract-terraform-outputs.outputs.AZURE_GH_MANAGED_IDENTITY_CLIENT_ID }}
TF_WORKSPACE: ${{ steps.set-env-vars.outputs.TF_WORKSPACE }}

steps:
- name: Checkout Code
Expand All @@ -58,6 +59,7 @@ jobs:
TF_WORKSPACE="${BASE_NAME}-${ENVIRONMENT,,}"
echo "TF_WORKSPACE=$TF_WORKSPACE" >> $GITHUB_ENV
echo "TF_WORKSPACE=$TF_WORKSPACE" >> $GITHUB_OUTPUT
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down Expand Up @@ -118,6 +120,10 @@ jobs:
id-token: write
pull-requests: write

env:
TF_CLOUD_ORGANIZATION: ${{ secrets.TF_CLOUD_ORGANIZATION }}
TF_WORKSPACE: ${{ needs.terraform.outputs.TF_WORKSPACE }}

outputs:
azure_functionapp_publish_profile: ${{ steps.get-publish-profile.outputs.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}

Expand Down

0 comments on commit dd219f6

Please sign in to comment.