terraform-provider-gitea/examples/variables.tf

7 lines
90 B
HCL

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