6 lines
85 B
Terraform
6 lines
85 B
Terraform
|
|
variable "gitea_url" {
|
||
|
|
type = string
|
||
|
|
|
||
|
|
default = "https://code.lab.cowley.tech"
|
||
|
|
}
|