We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6c6e7 commit a60bb48Copy full SHA for a60bb48
variables.tf
@@ -205,14 +205,7 @@ variable "container_image" {
205
variable "log_configuration_for_kong" {
206
description = "Log configuration for kong"
207
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
+ default = {}
216
}
217
218
variable "cpu_for_kong_task" {
0 commit comments