terraform-provider-docker/examples
Martin 619686ddb4
Some checks failed
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
chore: Prepare release 4.2.0 (#907)
2026-04-14 22:38:57 +02:00
..
actions feat: Add docker import action (#900) 2026-04-09 23:27:57 +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.2.0 (#907) 2026-04-14 22:38:57 +02:00
resources docs: add missing docker_exec/buildx examples and align action name to docker_exec (#898) 2026-04-09 22:43:12 +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