about summary refs log tree commit diff
path: root/corp/ops/yandex/main.tf
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-05-26T15·19+0300
committertazjin <tazjin@tvl.su>2023-05-27T11·40+0000
commit9c7da22e5b2603b15c326c999191712136bbabae (patch)
tree71c7ed59ff0b7d190a84f6e2a2daef2a7e19bf75 /corp/ops/yandex/main.tf
parentd419b81ef7bd3bfc3a6911a13a303278eaa1be98 (diff)
feat(corp/ops): initial hosting bucket & TLS configuration r/6210
Doesn't actually have bucket serving or access configuration yet, one
step at a time!

Change-Id: I0ce9b3b077252395bd807fad44cbdca40cdeac49
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8649
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'corp/ops/yandex/main.tf')
-rw-r--r--corp/ops/yandex/main.tf7
1 files changed, 0 insertions, 7 deletions
diff --git a/corp/ops/yandex/main.tf b/corp/ops/yandex/main.tf
index 1b87e95115ca..cd8fa6e4cc67 100644
--- a/corp/ops/yandex/main.tf
+++ b/corp/ops/yandex/main.tf
@@ -55,13 +55,6 @@ resource "yandex_storage_bucket" "tf_state" {
   bucket     = "su-tvl-terraform-state"
 }
 
-resource "yandex_dns_zone" "russiaishiring_com" {
-  name      = "russiaishiring-com"
-  zone      = "russiaishiring.com."
-  public    = true
-  folder_id = local.rih_folder_id
-}
-
 # Secret management configuration
 
 resource "yandex_kms_symmetric_key" "tvl_credentials_key" {