terraform/forgejo/main.tf
Chris Cowley ae76ef9c0b
Some checks failed
/ non-lab (push) Failing after 5m42s
many things
2024-09-13 10:12:28 +02:00

6 lines
109 B
HCL

data "gitea_user" "admin" {
username = "forgejoadmin"
}
data "gitea_user" "chris" {
username = "chris"
}