mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-02 11:49:29 -05:00
* chore(deps): update actions/checkout action to v5 * chore: Update docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Wentzel <nitram.wentzel@gmail.com>
935 B
935 B
| page_title | subcategory | description |
|---|---|---|
| docker_logs Data Source - terraform-provider-docker | docker_logs provides logs from specific container |
docker_logs (Data Source)
docker_logs provides logs from specific container
Schema
Required
name(String) The name of the Docker Container
Optional
details(Boolean)discard_headers(Boolean) Discard headers that docker appends to each log entryfollow(Boolean)logs_list_string_enabled(Boolean) If true populate computed valuelogs_list_stringshow_stderr(Boolean)show_stdout(Boolean)since(String)tail(String)timestamps(Boolean)until(String)
Read-Only
id(String) The ID of this resource.logs_list_string(List of String) List of container logs, each element is a line.