terraform-provider-docker/examples
Martin 81950b5d0a
Some checks failed
Acc Tests / Detect acc-test matrix (push) Has been cancelled
Compile Binaries / compile-fast (push) Has been cancelled
Compile Binaries / compile (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
Unit Tests / unit-test (push) Has been cancelled
Website Checks / markdown-link-check (push) Has been cancelled
Docs and Website Lint / website-generation (push) Has been cancelled
Docs and Website Lint / website-lint-spellcheck-tffmt (push) Has been cancelled
Docs and Website Lint / markdown-lint (push) Has been cancelled
Acc Tests / acc-test (push) Has been cancelled
chore: Prepare release 4.4.0 (#940)
2026-05-15 20:13:09 +02:00
..
actions feat: Add actions for Docker image save/load and container export (#931) 2026-05-11 23:14:59 +02:00
data-sources Add Plugin Framework docker_containers data source for Docker container enumeration (#893) 2026-04-06 15:20:19 +02:00
provider chore: Prepare release 4.4.0 (#940) 2026-05-15 20:13:09 +02:00
resources feat: Add docker_compose resource (#918) 2026-05-07 22:38:59 +02:00
ssh-protocol feat/doc generation (#193) 2021-05-21 21:30:56 +09:00
README.md feat/doc generation (#193) 2021-05-21 21:30:56 +09:00

Examples

This directory contains examples that are mostly used for documentation, but can also be run/tested manually via the Terraform CLI.

The document generation tool looks for files in the following locations by default. All other *.tf files besides the ones mentioned below are ignored by the documentation tool. This is useful for creating examples that can run and/or ar testable even if some parts are not relevant for the documentation.

  • provider/provider.tf example file for the provider index page
  • data-sources//data-source.tf example file for the named data source page
  • resources//resource.tf example file for the named data source page