terraform/forgejo/variables.tf

6 lines
85 B
Terraform
Raw Normal View History

2024-09-13 10:12:28 +02:00
variable "gitea_url" {
type = string
default = "https://code.lab.cowley.tech"
}