Skip to content

Commit

Permalink
Merge pull request #47 from DFE-Digital/feature/sathish
Browse files Browse the repository at this point in the history
terraform variable change
  • Loading branch information
SathishMani219 authored Feb 22, 2024
2 parents 6417670 + 9929d66 commit 55d18ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ env:
TF_BACKEND_RESOURCE_GROUP: ${{ secrets.TF_BACKEND_RESOURCE_GROUP }}
TF_VAR_az_app_kestrel_endpoint: ${{ vars.KESTRELENDPOINT }}
TF_VAR_container_app_image_name : ${{ vars.container_app_image_name }}
TF_VAR_project_name: ${{ secrets.DFE_PROJECT_NAME }}
TF_VAR_environment: ${{ secrets.AZ_ENVIRONMENT }}
TF_VAR_project_name: ${{ vars.DFE_PROJECT_NAME }}
TF_VAR_environment: ${{ vars.AZ_ENVIRONMENT }}
TF_VAR_tf_state_storage_account : ${{ secrets.tf_state_storage_account }}
TF_VAR_tfstate_storage_container_name : ${{secrets.tfstate_storage_container_name}}
TF_VAR_resource_group_name : ${{secrets.resource_group_name}}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Remove Runner to KV whitelist
uses: azure/CLI@v1
if: always()
with:
with:s
azcliversion: 2.45.0
inlineScript: |
az keyvault network-rule remove --name ${{ env.AZ_KEYVAULT_NAME }} --ip-address ${{ steps.whats-my-ip.outputs.ip }} &> /dev/null

0 comments on commit 55d18ff

Please sign in to comment.