Is there a pulumi provider for gitlab? I'd like to...
# general
e
Is there a pulumi provider for gitlab? I'd like to automate creation of pipeline schedules in a gitlab project as per: https://docs.gitlab.com/ee/api/pipeline_schedules.html#create-a-new-pipeline-schedule
b
@early-musician-41645 there is no such provider in existance right now
e
okay, thanks.
b
if you feel there should be one then please feel free to open an issue in https://github.com/pulumi/pulumi and others can +1 as well
g
@early-musician-41645 Does the Terraform provider support the resources and options you would need?
e
It provides pipeline triggers, but not scheduled pipeline triggers
b
There is an open PR for that in the Terraform provider
e
looks rather recent
b
I just asked when that will likely land
is that the only thing that is missing?
e
for my current need, yes. I just need a way to create scheduled pipeline triggers when I create various EKS resources with Pulumi
In the meantime I may just hack around it with the gitlab API and some scripting
b
👍
g
@early-musician-41645 To clarify, the scheduled pipeline trigger is specifically what you need? You wouldn't use the provider for its other resources at this time?
e
There would likely be a need for project variables, but I don't see those as high-priority because they're a one-time setup that's simple to do without managed infra
👍 1