mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
add custom endpoint field
This commit is contained in:
parent
3a1e1113c8
commit
12e1526228
@ -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, {}),
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user