mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-01 01:18:12 +00:00
11 lines
No EOL
128 B
HCL
11 lines
No EOL
128 B
HCL
variable "gitea_url" {
|
|
default = "http://localhost:3000/"
|
|
}
|
|
|
|
variable "gitea_token" {
|
|
|
|
}
|
|
|
|
variable "gitea_mirror_token" {
|
|
|
|
} |