terraform-provider-flux icon indicating copy to clipboard operation
terraform-provider-flux copied to clipboard

flux_bootstrap_git better commits

Open sereinity opened this issue 9 months ago • 0 comments

Hello, I want to switch to the flux_bootstrap_git resource. But currently, it breaks our CI as we enforce that our commits match the conventional commit norm.

I suggest two way to perform that:

  • add a commit_message_prefix parameter
  • each commit message may be overridden by the provider settings (I found only 3 different commit messages in the code).

sereinity avatar Sep 14 '23 15:09 sereinity