Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 00:34

v0.6.0...v0.6.1
Milestone

Feature

https://github.com/suzuki-shunsuke/tfcmt/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av0.6.1+label%3Aenhancement

#50 #51 add templates config

ex.

templates:
  title: "## Plan Result ({{.Vars.target}})"
terraform:
  plan:
    template: |
      {{template "title" .}}

The following builtin templates are defined. We can override them.

  • plan_title
  • apply_title
  • result
  • updated_resources
  • deletion_warning