Skip to content

oslokommune/reusable-terraform-plan-apply

Repository files navigation

reusable-terraform-plan-apply

Conventional Commits

This repository contains a reusable workflow for running Terraform:

Rather than copying and pasting from one workflow to another, you can make workflows reusable. You and anyone with access to the reusable workflow can then call the reusable workflow from another workflow.

Documentation

Visit km.oslo.systems for setup guidance.

Why use this workflow?

  • Easier to start with than hand-building all the GitHub Actions into a single workflow.
  • Gives you inputs so you can reuse the workflows across many repositories and only needing the full workflow stored in a central repository.
  • A lot of effort have been put into writing clear and concise steps and step summaries that are easy to follow.
  • The workflows are written with great attention to detail. Edge cases are handled gracefully.
  • The majority of linting and dependency management is handled for you.
  • Security best practices are followed.
  • Collaborate with Team Kjøremiljø!
  • Share improvements and ideas!

Versioning

Conventional Commits are used together with svu (Semantic Version Util) to provide Semantic Versioning for the repository as a whole.