From 12e1526228ce9daaf315548489d3a8b856c87066 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 19 Feb 2026 14:43:53 +0300 Subject: [PATCH] add custom endpoint field --- modules/k8s-secret/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/k8s-secret/main.tf b/modules/k8s-secret/main.tf index aecda4c..7397cb4 100644 --- a/modules/k8s-secret/main.tf +++ b/modules/k8s-secret/main.tf @@ -77,6 +77,7 @@ locals { (local.yc_sa_key_names_by_secret[name].access_key) = try(local.yc_sa_sources[name].access_key, "") (local.yc_sa_key_names_by_secret[name].secret_key) = try(local.yc_sa_sources[name].secret_key, "") (local.yc_sa_key_names_by_secret[name].service_account_id) = try(local.yc_sa_sources[name].service_account_id, "") + endpoint = "https://storage.yandexcloud.net" }, try(secret.custom_keys, {}), {