feat: add firezone tofu app

This commit is contained in:
cătălin 2024-03-24 17:31:30 +01:00
commit dc6fc316e7
No known key found for this signature in database
5 changed files with 61 additions and 8 deletions

View file

@ -7,3 +7,13 @@ variable "argo_workflows_client_secret" {
description = "Client secret"
type = string
}
variable "firezone_client_id" {
description = "Client ID"
type = string
}
variable "firezone_client_secret" {
description = "Client secret"
type = string
}