forked from catalin/fukuops
chore: remove useless, old firezone terraform vars
This commit is contained in:
parent
bff87b1c49
commit
22cf9c21fa
2 changed files with 2 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
x-runner-common: &runner-common
|
x-runner-common: &runner-common
|
||||||
image: code.forgejo.org/forgejo/runner:4.0.1
|
image: code.forgejo.org/forgejo/runner:5.0.3
|
||||||
links:
|
links:
|
||||||
- docker-in-docker
|
- docker-in-docker
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
|
|
@ -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" {
|
variable "gitea_client_id" {
|
||||||
description = "Client ID"
|
description = "Client ID"
|
||||||
|
|
@ -52,6 +43,7 @@ variable "netbird_client_id" {
|
||||||
description = "Netbird client ID"
|
description = "Netbird client ID"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "netbird_client_secret" {
|
variable "netbird_client_secret" {
|
||||||
description = "Netbird client secret"
|
description = "Netbird client secret"
|
||||||
type = string
|
type = string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue