about summary refs log tree commit diff
path: root/corp/ops/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'corp/ops/main.tf')
-rw-r--r--corp/ops/main.tf10
1 files changed, 10 insertions, 0 deletions
diff --git a/corp/ops/main.tf b/corp/ops/main.tf
new file mode 100644
index 0000000000..98cea4c631
--- /dev/null
+++ b/corp/ops/main.tf
@@ -0,0 +1,10 @@
+# Terraform configuration for TVL corp infrastructure (on Yandex
+# Cloud).
+
+terraform {
+  required_providers {
+    yandex = {
+      source = "yandex-cloud/yandex"
+    }
+  }
+}