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

5 lines
85 B
HCL

variable "gitea_url" {
type = string
default = "https://code.lab.cowley.tech"
}