ToFu_Gitea/variables.tf

18 lines
375 B
Terraform
Raw Normal View History

2023-12-21 11:20:47 +00:00
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."
}