Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add templates config #51

Merged
merged 4 commits into from
Jan 20, 2021
Merged

Conversation

suzuki-shunsuke
Copy link
Owner

@suzuki-shunsuke suzuki-shunsuke commented Jan 19, 2021

Close #50

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

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jan 19, 2021
@suzuki-shunsuke suzuki-shunsuke added the documentation Improvements or additions to documentation label Jan 19, 2021
@suzuki-shunsuke suzuki-shunsuke added this to the v0.6.1 milestone Jan 19, 2021
@suzuki-shunsuke suzuki-shunsuke merged commit b63a42d into master Jan 20, 2021
@suzuki-shunsuke suzuki-shunsuke deleted the feat/add-templates-config branch January 20, 2021 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add reusable templates configuration
1 participant