homework 15.1: partially complete task 1

This commit is contained in:
2023-01-30 11:01:15 +07:00
parent 9c751a66dc
commit 575e4a080b
5 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Заменить на 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 = ""
}