Files
yandexcloud-k3s/main/variables.tf
T
2025-10-04 08:54:34 +03:00

19 lines
356 B
Terraform

variable "folder_id" {}
variable "cloud_id" {}
variable "resources_prefix" {
type = string
default = ""
}
variable "domain" {
description = "Domain to issue TLS certificates for with Let's Encrypt"
type = string
}
variable "ssh_public_key_path" {
description = "This public key will be placed on all nodes"
type = string
}