Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions docs/ce/getting-started/with-opentofu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ This file contains Digger configuration and needs to be placed at the root level
projects:
- name: production
dir: prod
opentofu: true
```
</Step>

Expand Down Expand Up @@ -153,15 +154,15 @@ Place it at `.github/workflows/digger_workflow.yml` (name is important!)
- name: 'Use gcloud CLI'
run: 'gcloud info'
- name: digger run
uses: diggerhq/digger@vLatest
with:
digger-spec: ${{ inputs.spec }}
setup-aws: false
setup-opentofu: true
opentofu-version: 1.10.3
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: diggerhq/digger@vLatest
with:
digger-spec: ${{ inputs.spec }}
setup-aws: false
setup-opentofu: true
opentofu-version: 1.10.3
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

This workflow includes additional steps for GCP:
Expand Down