mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40:34 +00:00
chore(terraform): refactored configuration
This commit is contained in:
+3
-3
@@ -8,14 +8,14 @@ resource "yandex_api_gateway" "frontend" {
|
||||
}
|
||||
|
||||
custom_domains {
|
||||
fqdn = var.domain
|
||||
fqdn = local.final_frontend_domain
|
||||
certificate_id = yandex_cm_certificate.default.id
|
||||
}
|
||||
|
||||
log_options {
|
||||
log_group_id = yandex_logging_group.default.id
|
||||
log_group_id = yandex_logging_group.api_gateway.id
|
||||
min_level = "INFO"
|
||||
}
|
||||
|
||||
spec = data.template_file.api_gateway_spec.rendered
|
||||
spec = data.template_file.frontend_api_gateway_spec.rendered
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user