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
+2 -2
View File
@@ -4,8 +4,8 @@ api_token = "ВАШ_ТОКЕН_ИЗ_ЛК"
organization = "kontora"
vdc_resource_name = "fullpipe-vdc"
vdc_network_provider = "default"
vdc_provider_vdc = "fast-2.8"
# vdc_network_provider = "<взять из текущей страницы ЛК>"
# vdc_provider_vdc = "<взять из текущей страницы ЛК>"
vdc_cpu_allocated = 8
vdc_cpu_guaranteed = 0
vdc_mem_allocated = 32
+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" {
+1 -1
View File
@@ -4,7 +4,7 @@ terraform {
required_providers {
nubes = {
source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-dev/nubes"
version = "2.0.2"
version = "2.0.3"
}
}
}