Add more configuration for repositories #28
Labels
No labels
Scope
Client
Scope
Documentation
Scope
Provider
Scope
Tooling
Type
Chore
Type
Doc
Type
Feature
Type
Fix
Type
Idea
Type
Test
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adyxax/terraform-provider-forgejo#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was using a different provider which supported these, but when I changed to your provider this configuration was not supported:
as part of resource "forgejo_repository". I might try to implement this myself.
Thanks for you work!
Thanks for the kind words and for this suggestion.
The repositories resource of my provider is indeed minimal at the moment, and I will gladly add support for customizing these settings.
This has been fixed in v1.5.0, the
forgejo_repositoryresource now supports the following optional attributes:has_actions,has_issues,has_packages,has_projects,has_pull_requests,has_releases,has_wiki.