11 lines
147 B
HCL
11 lines
147 B
HCL
terraform {
|
|
required_providers {
|
|
yandex = {
|
|
source = "yandex-cloud/yandex"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "yandex" {
|
|
zone = "ru-central1-b"
|
|
}
|