From 22cf9c21fae76d8e62af0464681abc24fec965b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Wed, 27 Nov 2024 16:02:08 +0100 Subject: [PATCH] chore: remove useless, old firezone terraform vars --- docker/forgejo-runner/docker-compose.yml | 2 +- tofu/authentik/vars.tf | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/docker/forgejo-runner/docker-compose.yml b/docker/forgejo-runner/docker-compose.yml index 5d61fb4..b4a042d 100644 --- a/docker/forgejo-runner/docker-compose.yml +++ b/docker/forgejo-runner/docker-compose.yml @@ -1,6 +1,6 @@ --- x-runner-common: &runner-common - image: code.forgejo.org/forgejo/runner:4.0.1 + image: code.forgejo.org/forgejo/runner:5.0.3 links: - docker-in-docker depends_on: diff --git a/tofu/authentik/vars.tf b/tofu/authentik/vars.tf index c0f227e..1b5020c 100644 --- a/tofu/authentik/vars.tf +++ b/tofu/authentik/vars.tf @@ -1,12 +1,3 @@ -variable "firezone_client_id" { - description = "Client ID" - type = string -} - -variable "firezone_client_secret" { - description = "Client secret" - type = string -} variable "gitea_client_id" { description = "Client ID" @@ -52,6 +43,7 @@ variable "netbird_client_id" { description = "Netbird client ID" type = string } + variable "netbird_client_secret" { description = "Netbird client secret" type = string