chore(terraform): refactored configuration

This commit is contained in:
ITQ
2025-10-31 15:12:35 +03:00
parent 8351a2c667
commit 804444ab74
18 changed files with 143 additions and 171 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
resource "yandex_logging_group" "default" {
name = "default"
resource "yandex_logging_group" "api_gateway" {
name = "api-gateway"
retention_period = "336h0m0s"
}