Skip to content

Commit a60bb48

Browse files
author
rohit-ng
committed
fix: log configuration default value
1 parent 0b6c6e7 commit a60bb48

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

variables.tf

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,7 @@ variable "container_image" {
205205
variable "log_configuration_for_kong" {
206206
description = "Log configuration for kong"
207207
type = any
208-
default = {
209-
logDriver = "awslogs"
210-
options = {
211-
"awslogs-region" = "ap-south-1"
212-
"awslogs-group" = "/ecs/kong"
213-
"awslogs-stream-prefix" = "app"
214-
}
215-
}
208+
default = {}
216209
}
217210

218211
variable "cpu_for_kong_task" {

0 commit comments

Comments
 (0)