many things
Some checks failed
/ non-lab (push) Failing after 5m42s

This commit is contained in:
Chris Cowley 2024-09-13 10:12:28 +02:00
parent a10e42d448
commit ae76ef9c0b
20 changed files with 365 additions and 100 deletions

6
forgejo/main.tf Normal file
View file

@ -0,0 +1,6 @@
data "gitea_user" "admin" {
username = "forgejoadmin"
}
data "gitea_user" "chris" {
username = "chris"
}