Replace Docker's gcplogs driver with the GCP COS logging agent (#977)

This commit is contained in:
Sebastian Kunze
2022-11-15 13:19:52 +01:00
committed by GitHub
parent f3a000d32c
commit 5125a5ad03
33 changed files with 105 additions and 181 deletions

View File

@@ -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)