refactor: edge as variable, add edge_uid

This commit is contained in:
“Naeel”
2026-07-09 09:32:14 +04:00
parent 8b1176f8d8
commit b0fb2ab9cf
2 changed files with 6 additions and 10 deletions
+4
View File
@@ -20,6 +20,10 @@ variable "vdc_uid" {
type = string
description = "UUID существующего vDC (из ЛК)"
}
variable "edge_uid" {
type = string
description = "UUID существующего Edge Gateway (из ЛК)"
}
provider "nubes" {
api_token = var.api_token