Replace Docker's gcplogs driver with the GCP COS logging agent (#977)
This commit is contained in:
@@ -20,12 +20,6 @@ variable "nginx_image" {
|
||||
default = "nginx:1.23.1"
|
||||
}
|
||||
|
||||
variable "docker_logging" {
|
||||
description = "Log via the Docker gcplogs driver. Disable if you use the legacy Logging Agent instead."
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "runcmd_pre" {
|
||||
description = "Extra commands to run before starting nginx."
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user