mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 20:30:35 +00:00
19 lines
356 B
Terraform
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
|
|
}
|