added possibility to list all repos of an organisation
This commit is contained in:
@ -17,7 +17,7 @@ terraform {
|
||||
required_providers {
|
||||
gitea = {
|
||||
source = "Lerentis/gitea"
|
||||
version = "0.14.1"
|
||||
version = "0.15.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -46,5 +46,6 @@ resource "gitea_repository" "org_repo" {
|
||||
|
||||
- `avatar_url` (String)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `repos` (List of String) List of all Repositories that are part of this organisation
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user