about summary refs log tree commit diff
path: root/corp/ops/main.tf
blob: 98cea4c631759abb19bd01cf99fd3703500a4f44 (plain) (blame)
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"
    }
  }
}