chore: Add tofu workflows #1
1 changed files with 7 additions and 0 deletions
|
|
@ -72,6 +72,13 @@ jobs:
|
|||
### ${{forge.workflow}}
|
||||
#### ${{ steps.fmt.outcome == 'success' && '✅' || '❌' }} OpenTofu Format and Style 🖌
|
||||
#### ${{ steps.init.outcome == 'success' && '✅' || '❌' }} OpenTofu Initialization ⚙️
|
||||
<details><summary>Initialization Output</summary>
|
||||
|
||||
```
|
||||
${{ steps.init.outputs.stdout }}
|
||||
```
|
||||
|
||||
</details>
|
||||
#### ${{ steps.validate.outcome == 'success' && '✅' || '❌' }} OpenTofu Validation 🤖
|
||||
<details><summary>Validation Output</summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue