mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40:34 +00:00
14 lines
193 B
Terraform
14 lines
193 B
Terraform
terraform {
|
|
required_providers {
|
|
yandex = {
|
|
source = "yandex-cloud/yandex"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|
|
|
|
provider "yandex" {
|
|
max_retries = 3
|
|
insecure = false
|
|
}
|