refactor: edge as variable, add edge_uid
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user