Skip to content

Commit

Permalink
Mention how to enable the opentofu attribute when using OpenTofu
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Oct 9, 2024
1 parent 8c40c04 commit 22fdb27
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/ce/howto/specify-terraform-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

And similarly for openTofu:
And similarly for OpenTofu:

```
jobs:
Expand All @@ -36,4 +36,8 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
```

<Note>
When you use OpenTofu, you also need to enable `opentofu: true` in the project settings in digger.yml.
</Note>

0 comments on commit 22fdb27

Please sign in to comment.