[stage-1] complete pre-configuration and terraform init

This commit is contained in:
2023-03-15 10:22:16 +07:00
parent dc0c700b96
commit d92c0da0e3
9 changed files with 161 additions and 1 deletions

15
templates/variables.tf.j2 Normal file
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 }}"
}