- Create a directory for each example.
- Create a
_header.md
file in each directory to describe the example. - See the
default
example provided as a skeleton - this must remain, but you can add others. - Run
make fmt && make docs
from the repo root to generate the required documentation.
Note: Examples must be deployable and idempotent. Ensure that no input variables are required to run the example and that random values are used to ensure unique resource names. E.g. use the naming module to generate a unique name for a resource.