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