Skip to content

Commit

Permalink
Privatelinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic Update committed Oct 9, 2024
1 parent 8619488 commit fef3546
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/privatelinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,10 @@ jobs:
run: sleep 30s
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
- name: Just list
run: |
pwd
ls ./
echo "terraform/subscriptions/${{ env.SUBSCRIPTION}}/dev/virtualnetwork"
- name: Terraform Init
id: init
run: |
terraform -chdir="/terraform/subscriptions/${{ env.SUBSCRIPTION}}/dev/virtualnetwork" init
terraform -chdir="./terraform/subscriptions/${{ env.SUBSCRIPTION}}/dev/virtualnetwork" init
- name: Revoke GitHub IP on StorageAccount
run: |
az storage account network-rule remove \
Expand Down

0 comments on commit fef3546

Please sign in to comment.