mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +03:00
[stage-1] complete pre-configuration and terraform init
This commit is contained in:
15
templates/variables.tf.j2
Normal file
15
templates/variables.tf.j2
Normal 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 }}"
|
||||
}
|
||||
Reference in New Issue
Block a user