added possibility to list all repos of an organisation

This commit is contained in:
2023-07-19 20:52:36 +02:00
parent 48f5c3ee3c
commit 483bda1033
8 changed files with 60 additions and 9 deletions

View File

@ -17,7 +17,7 @@ terraform {
required_providers {
gitea = {
source = "Lerentis/gitea"
version = "0.14.1"
version = "0.15.0"
}
}
}

View File

@ -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