terraform-provider-gitea/examples/variables.tf
Tobias Trabelsi f9d36151fc
All checks were successful
continuous-integration/drone/push Build is passing
added possibility to create migrations as well
2022-06-04 22:43:23 +02:00

11 lines
128 B
HCL

variable "gitea_url" {
default = "http://localhost:3000/"
}
variable "gitea_token" {
}
variable "gitea_mirror_token" {
}