feat: add gitea tofu app

This commit is contained in:
cătălin 2024-03-25 08:41:20 +01:00
commit c00e10a505
No known key found for this signature in database
4 changed files with 38 additions and 9 deletions

View file

@ -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
}