Adam Snyder
Adam Snyder
I think the main limitation is in the Terraform registry, which can only pull release artifacts from GitHub. (@nicholasklick can confirm since he does the releases.)
The "Report an issue" button in the registry takes you to the GitHub project. I think the link would be broken if we moved the project and disabled issues in...
* Migrate the existing GitHub pull requests and issues to the new GitLab source (hopefully including labels) * Find a way of making it clear that the GitHub project is...
I wonder if this shouldn't be a new resource, since it seems a bit weird to me to model a forking action as a resource. You'd be left with a...
It shouldn't be an attribute on the existing `gitlab_project` data source, because of the added overhead of downloading the archive, but it could be a new data source `gitlab_project_repository_archive`.
Let's convert this ticket into an Operations Dashboards issue, since Environments are already asked for in #444 I don't see an API we could use for Operations Dashboards, however.
I don't think this setting is exposed in the GitLab API for us to set. API docs: https://docs.gitlab.com/ee/api/projects.html
@timofurrer Is it clear to you what the issue here is, or do we need more information? I'm a little confused myself.
Yeah I think that was past-me's assessment too. @rpadovani Thanks for the feedback. We definitely don't want to give the impression we're closing relevant issues. 😨
Based on the community hours discussion, I do not think we are blocked on this. Any contribution that wants to add a GraphQL API call to manage this field is...