terraformDummyRepo2/examples/variables.tf
2022-06-04 22:43:23 +02:00

11 lines
No EOL
128 B
HCL

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