mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40:34 +00:00
init: initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user