File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 run : |
7373 cd terraform
7474 echo "web_app_name=$(terraform output -raw web_app_name)" >> $GITHUB_OUTPUT
75- echo "resource_group_name =$(terraform output -raw web_app_resource_group)" >> $GITHUB_OUTPUT
75+ echo "web_app_resource_group =$(terraform output -raw web_app_resource_group)" >> $GITHUB_OUTPUT
7676 env :
7777 ARM_CLIENT_ID : ${{ vars.AZURE_CLIENT_ID }}
7878 ARM_SUBSCRIPTION_ID : ${{ vars.AZURE_SUBSCRIPTION_ID }}
8282
8383 outputs :
8484 web_app_name : ${{ steps.terraform-output.outputs.web_app_name }}
85- resource_group_name : ${{ steps.terraform-output.outputs.resource_group_name }}
85+ web_app_resource_group : ${{ steps.terraform-output.outputs.web_app_resource_group }}
8686
8787 web-app-deploy-dev :
8888 permissions :
9999 with :
100100 web-artifact-name : " XtremeIdiots.Portal.Web"
101101 web-app-name : ${{ needs.terraform-plan-and-apply-dev.outputs.web_app_name }}
102- resource-group-name : ${{ needs.terraform-plan-and-apply-dev.outputs.resource_group_name }}
102+ resource-group-name : ${{ needs.terraform-plan-and-apply-dev.outputs.web_app_resource_group }}
103103 AZURE_CLIENT_ID : ${{ vars.AZURE_CLIENT_ID }}
104104 AZURE_TENANT_ID : ${{ vars.AZURE_TENANT_ID }}
105105 AZURE_SUBSCRIPTION_ID : ${{ vars.AZURE_SUBSCRIPTION_ID }}
You can’t perform that action at this time.
0 commit comments