[stage-2] add cluster terraform-configuration

This commit is contained in:
2023-03-16 11:13:01 +07:00
parent 787b053118
commit d4fee0e94e
3 changed files with 43 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
variable "yandex_cloud_id" {
default = "{{ terraform_yandex_cloud_id }}"
}
variable "yandex_folder_id" {
default = "{{ terraform_yandex_folder_id }}"
}
variable "yandex_cloud_token" {
default = "{{ terraform_yandex_cloud_token }}"
}
variable "yandex_bucket_name" {
default = "{{ terraform_yandex_bucket_name }}"
}