about summary refs log tree commit diff
path: root/corp/ops/yandex/main.tf
diff options
context:
space:
mode:
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 1b87e95115..cd8fa6e4cc 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" {