2024-10-20 22:19:36 +02:00
|
|
|
variable "scaleway_user_id" {
|
|
|
|
|
description = "Scaleway User Id"
|
|
|
|
|
type = string
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-24 15:28:19 +02:00
|
|
|
variable "scaleway_project_id" {
|
|
|
|
|
description = "Scaleway Project Id"
|
|
|
|
|
type = string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "scaleway_organization_id" {
|
|
|
|
|
description = "Scaleway Organization Id"
|
|
|
|
|
type = string
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-25 21:01:16 +02:00
|
|
|
variable "maxmind_account_id" {
|
|
|
|
|
description = "Maxmind account ID"
|
|
|
|
|
type = string
|
|
|
|
|
}
|
|
|
|
|
|
2025-03-23 21:08:18 +01:00
|
|
|
variable "alexpires_me_email_username" {
|
|
|
|
|
description = "POP3 username"
|
2024-09-25 21:01:16 +02:00
|
|
|
type = string
|
|
|
|
|
}
|
2024-10-26 21:41:10 +02:00
|
|
|
|
2025-03-23 21:08:18 +01:00
|
|
|
variable "wireguard_public_key" {
|
|
|
|
|
description = "Wireguard public key"
|
2024-10-26 21:41:10 +02:00
|
|
|
type = string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "rustdesk_public_key" {
|
|
|
|
|
description = "Rustdesk public key"
|
|
|
|
|
type = string
|
|
|
|
|
}
|