mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 20:30:35 +00:00
6 lines
106 B
Terraform
6 lines
106 B
Terraform
resource "yandex_logging_group" "api_gateway" {
|
|
name = "api-gateway"
|
|
|
|
retention_period = "336h0m0s"
|
|
}
|