File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 2323 --client-id="${{ secrets.DAGGER_ARM_CLIENT_ID }}"
2424 --client-secret="${{ secrets.DAGGER_ARM_CLIENT_SECRET }}"
2525 --subscription-id="${{ secrets.ARM_SUBSCRIPTION_ID }}"
26- --tenant-id="${{ secrets.ARM_TENANT_ID }}"
27- # terraform-apply:
28- # needs: terraform-plan
29- # runs-on: ubuntu-latest
30- # environment: prod
31- # permissions:
32- # contents: read
33- # packages: write
34- # steps:
35- # - name: Run Terraform Apply Using Dagger
36- # uses: dagger/dagger-for-github@8.0.0
37- # with:
38- # workdir: docs/dagger
39- # version: "latest"
40- # verb: call
41- # call: >
42- # apply --source=.
43- # --client-id="${{ secrets.DAGGER_ARM_CLIENT_ID }}"
44- # --client-secret="${{ secrets.DAGGER_ARM_CLIENT_SECRET }}"
45- # --subscription-id="${{ secrets.ARM_SUBSCRIPTION_ID }}"
46- # --tenant-id="${{ secrets.ARM_TENANT_ID }}"
26+ --tenant-id="${{ secrets.ARM_TENANT_ID }}"
You can’t perform that action at this time.
0 commit comments