mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 15:22:37 +03:00
17 lines
522 B
Plaintext
17 lines
522 B
Plaintext
# Заменить на ID своего облака
|
||
# https://console.cloud.yandex.ru/cloud?section=overview
|
||
variable "yandex_cloud_id" {
|
||
default = "b1gu1gt5nqi6lqgu3t7s"
|
||
}
|
||
|
||
# Заменить на Folder своего облака
|
||
# https://console.cloud.yandex.ru/cloud?section=overview
|
||
variable "yandex_folder_id" {
|
||
default = "b1gaec42k169jqpo02f7"
|
||
}
|
||
|
||
# OAuth токен, используемый утилитой yc. Применялся на этапе с packer.
|
||
variable "yandex_cloud_token" {
|
||
default = ""
|
||
}
|