Skip to content

Commit

Permalink
fix(EMS-2186): azure IaC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan committed Jul 16, 2024
1 parent 295c7c5 commit 68a4c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
--name snet-keyvault-${{ env.PRODUCT }}-${{ vars.VERSION }} \
--address-prefixes ${{ vars.VNET_SUBNET_KEYVAULT_PREFIX }} \
--vnet-name vnet${{ env.PRODUCT }}-${{ env.TARGET }}-${{ vars.VERSION }} \
--service-endpoints $(az network vnet list-endpoint-services --query '[?contains(name, `KeyVault`)].name' -o tsv)
--service-endpoints Microsoft.KeyVault
- name: VNET Peer - AMI 🔀
uses: azure/cli@v2
Expand Down

0 comments on commit 68a4c49

Please sign in to comment.