add init output
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
This commit is contained in:
parent
ea45550c23
commit
afb2871b05
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