entur / gha-terraform

Repository with reusable workflows for terraform lint, plan and apply
European Union Public License 1.2
0 stars 2 forks source link

use syntax highlight #8

Closed AlexanderBrevig closed 6 months ago

AlexanderBrevig commented 6 months ago

https://github.com/entur/gha-terraform/blob/bc0b153f8e91310de563049a1efd85c884282d7d/.github/workflows/force-apply.yml#L110-L112

https://github.com/entur/gha-terraform/blob/bc0b153f8e91310de563049a1efd85c884282d7d/.github/workflows/plan.yml#L103-L105

Should be

\`\`\`tf\n
${{ steps.plan.outputs.plan }} 
\`\`\`