Folks, is there a way, or maybe a workaround that ...
# general
a
Folks, is there a way, or maybe a workaround that you're aware of, to initialize the contents of a GitLab repository when using the GitLab provider? I'm trying to create GitLab repos from Pulumi, but also "seed" them with an initial structure.
I guess I could manually add a system hook to GitLab that would react to
project_create
events by opening a merge request with this seed structure. I'd like something easier, though. https://docs.gitlab.com/ee/system_hooks/system_hooks.html