feat: add miniflux tofu app
This commit is contained in:
parent
c00e10a505
commit
fe4e8da22a
12 changed files with 50 additions and 23 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue