diff options
Diffstat (limited to 'corp/ops/yandex/main.tf')
-rw-r--r-- | corp/ops/yandex/main.tf | 7 |
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" { |