forked from catalin/fukuops
feat: add gitea tofu app
This commit is contained in:
parent
dc6fc316e7
commit
c00e10a505
4 changed files with 38 additions and 9 deletions
|
|
@ -17,3 +17,13 @@ variable "firezone_client_secret" {
|
|||
description = "Client secret"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "gitea_client_id" {
|
||||
description = "Client ID"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "gitea_client_secret" {
|
||||
description = "Client secret"
|
||||
type = string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue