Fix FullPipe VDC example placeholders
This commit is contained in:
@@ -24,14 +24,14 @@ variable "vdc_resource_name" {
|
||||
|
||||
variable "vdc_network_provider" {
|
||||
type = string
|
||||
default = "default"
|
||||
description = "Сетевой провайдер (неизменяемый)"
|
||||
default = null
|
||||
description = "Сетевой провайдер. Заполнить значением из текущей страницы ЛК"
|
||||
}
|
||||
|
||||
variable "vdc_provider_vdc" {
|
||||
type = string
|
||||
default = "fast-2.8"
|
||||
description = "Профиль Provider VDC (неизменяемый)"
|
||||
default = null
|
||||
description = "Provider VDC. Заполнить значением из текущей страницы ЛК"
|
||||
}
|
||||
|
||||
variable "vdc_cpu_allocated" {
|
||||
|
||||
Reference in New Issue
Block a user