issues
search
sommerfeld-io-archive
/
configs
Configuration as code for all my computers and RasPi nodes.
Other
1
stars
0
forks
source link
I want to configure the Issue Template with Terraform to make sure every repo is set up the same way.
#57
Closed
sebastian-sommerfeld-io
closed
1 year ago
sebastian-sommerfeld-io
commented
1 year ago
[x] Manage issue templates from Terraform
[x] Manage issue-related Github Actions workflows from Terraform as well
[x] Update "do not edit" comment
https://stackoverflow.com/questions/75025642/create-files-in-a-github-repo-from-terraform-based-on-a-local-file
Dirty Alternative:
Read yaml files from bash and pass into terraform as env-var somehow
:rotating_light: Drawback:
That way I would need to pass all env-vars into the issues module as additional variables. Redundant for every repo config.