add homework 7.4

This commit is contained in:
2022-06-28 13:48:50 +07:00
parent bb13a1061e
commit 8959c84e46
12 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
locals {
vm_count = {
default = 1
stage = 1
prod = 2
}
}
variable "YC_CLOUD_ID" { default = "" }
variable "YC_FOLDER_ID" { default = "" }
variable "YC_ZONE" { default = "" }