Skip to content

Commit

Permalink
fix(iac): added custom dns for vnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Jun 23, 2023
1 parent 32b755f commit 64e6120
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ on:
push:
branches:
- infrastructure
- fix/iac/vnet/dns

paths: [.github/workflows/infrastructure.yml]

Expand Down Expand Up @@ -167,6 +168,7 @@ jobs:
--address-prefix ${{ secrets.VNET_ADDRESS_PREFIX }} \
--subnet-name snet-${{ env.PRODUCT }}-${{ vars.VERSION }} \
--subnet-prefixes ${{ secrets.VNET_SUBNET_PREFIX }} \
--dns-servers ${{ secrets.CUSTOM_DNS_SERVER }} \
--tags ${{ env.TAGS }}
- name: Login 🔐
Expand Down
97 changes: 76 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64e6120

Please sign in to comment.