feat: add miniflux tofu app

This commit is contained in:
cătălin 2024-03-25 08:48:20 +01:00
commit fe4e8da22a
No known key found for this signature in database
12 changed files with 50 additions and 23 deletions

View file

@ -27,3 +27,13 @@ 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
}