Fix FullPipe VDC example placeholders

This commit is contained in:
Repinoid
2026-09-21 12:07:06 +03:00
parent 308f92bc37
commit 7d446977a5
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -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" {