Add more configuration for repositories #28

Closed
opened 2026-01-29 00:32:58 +01:00 by Ghost · 2 comments

I was using a different provider which supported these, but when I changed to your provider this configuration was not supported:

  has_packages = true
  has_releases = false
  has_projects = false
  has_wiki     = false

as part of resource "forgejo_repository". I might try to implement this myself.

Thanks for you work!

I was using a different provider which supported these, but when I changed to your provider this configuration was not supported: ``` has_packages = true has_releases = false has_projects = false has_wiki = false ``` as part of resource "forgejo_repository". I might try to implement this myself. Thanks for you work!
Owner

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.

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.
adyxax self-assigned this 2026-02-04 11:47:46 +01:00
Owner

This has been fixed in v1.5.0, the forgejo_repository resource now supports the following optional attributes: has_actions, has_issues, has_packages, has_projects, has_pull_requests, has_releases, has_wiki.

This has been fixed in v1.5.0, the `forgejo_repository` resource now supports the following optional attributes: `has_actions`, `has_issues`, `has_packages`, `has_projects`, `has_pull_requests`, `has_releases`, `has_wiki`.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
adyxax/terraform-provider-forgejo#28
No description provided.