style: tf formatting

This commit is contained in:
Yuris Cakranegara
2025-08-17 22:25:55 +10:00
parent 8ee71193bb
commit c59ebbcc8b
10 changed files with 65 additions and 65 deletions

View File

@@ -201,8 +201,8 @@ variable "log_driver" {
variable "log_opts" {
description = "Log driver options"
type = map(string)
default = {
max-size = "10m"
max-file = "3"
default = {
max-size = "10m"
max-file = "3"
}
}