1 2 3 4 5 6 7 8 9 10
# Terraform configuration for TVL corp infrastructure (on Yandex # Cloud). terraform { required_providers { yandex = { source = "yandex-cloud/yandex" } } }