mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-21 17:20:37 +00:00
chore(terraform): refactored configuration
This commit is contained in:
+9
-7
@@ -2,17 +2,19 @@ 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"
|
||||
variable "frontend_domain" {
|
||||
description = "Domain to serve frontend from (must equal domain or *.domain), default: domain"
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "frontend_develop_domain" {
|
||||
description = "Domain to serve develop version of frontend from (must equal domain or *.domain), default: dev.domain"
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user