mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-19 05:02:56 -05:00
Updated logdrivers to match docker officially supported options (#207)
Closes #204 See https://docs.docker.com/config/containers/logging/configure/ section “Supported“ logging drivers Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
This commit is contained in:
parent
27a9f37c69
commit
cc95649930
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ func resourceDockerContainer() *schema.Resource {
|
|||
Optional: true,
|
||||
ForceNew: true,
|
||||
Default: "json-file",
|
||||
ValidateFunc: validateStringMatchesPattern(`^(json-file|syslog|journald|gelf|fluentd|awslogs)$`),
|
||||
ValidateFunc: validateStringMatchesPattern(`^(none|local|json-file|syslog|journald|gelf|fluentd|awslogs|splunk|etwlogs|gcplogs|logentries)$`),
|
||||
},
|
||||
|
||||
"log_opts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue