Skip to content

testing with no quotes #12

testing with no quotes

testing with no quotes #12

Workflow file for this run

name: dagger
on:
push:
branches: [feature/dagger-for-cicd-pipelines]
jobs:
terraform-plan:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Terraform Plan Using Dagger
uses: dagger/dagger-for-github@8.0.0
with:
workdir: docs/dagger
version: "latest"
verb: call
call: >
plan --source=.
--client-id=${{ secrets.DAGGER_ARM_CLIENT_ID }}
--client-secret=${{ secrets.DAGGER_ARM_CLIENT_SECRET }}
--subscription-id=${{ secrets.ARM_SUBSCRIPTION_ID }}
--tenant-id=${{ secrets.ARM_TENANT_ID }}