ToFu_Gitea/variables.tf
2023-12-21 22:20:47 +11:00

18 lines
375 B
HCL

variable "gitea_url" {
description = "The URL of Gitea."
}
variable "gitea_token" {
description = "The API Token for Gitea."
}
variable "orgs" {
description = "The Keyfile to login to the libvirt host."
}
variable "repos" {
description = "The Keyfile to login to the libvirt host."
}
variable "users" {
description = "The Keyfile to login to the libvirt host."
}