Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 630 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 630 Bytes

Examples

  • 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.