Some checks failed
checks / k8s (push) Successful in 12s
checks / tflint (push) Successful in 10s
checks / pre-commit (push) Successful in 1m21s
OpenTofu deployments / authentik (push) Successful in 25s
OpenTofu deployments / adguard (push) Successful in 27s
Kaniko deployments / nextcloud (push) Failing after 4m59s
50 lines
932 B
HCL
50 lines
932 B
HCL
|
|
variable "gitea_client_id" {
|
|
description = "Client ID"
|
|
type = string
|
|
}
|
|
|
|
variable "gitea_client_secret" {
|
|
description = "Client secret"
|
|
type = string
|
|
}
|
|
|
|
variable "miniflux_client_id" {
|
|
description = "Client ID"
|
|
type = string
|
|
}
|
|
|
|
variable "miniflux_client_secret" {
|
|
description = "Client secret"
|
|
type = string
|
|
}
|
|
|
|
variable "portainer_client_id" {
|
|
description = "Client ID"
|
|
type = string
|
|
}
|
|
|
|
variable "portainer_client_secret" {
|
|
description = "Client secret"
|
|
type = string
|
|
}
|
|
|
|
variable "paperless_client_id" {
|
|
description = "Paperless client ID"
|
|
type = string
|
|
}
|
|
|
|
variable "paperless_client_secret" {
|
|
description = "Paperless client secret"
|
|
type = string
|
|
}
|
|
|
|
variable "netbird_client_id" {
|
|
description = "Netbird client ID"
|
|
type = string
|
|
}
|
|
|
|
variable "netbird_client_secret" {
|
|
description = "Netbird client secret"
|
|
type = string
|
|
}
|