Files
registry/.github/PULL_REQUEST_TEMPLATE/new_module.md
T
2025-06-03 16:18:36 +05:00

586 B

New Module: [Module Name]

Module Path: registry/[namespace]/modules/[module-name] Initial Version: v1.0.0

Description

Checklist

  • All required files included (main.tf, main.test.ts, README.md)
  • Tests pass (bun test)
  • Code formatted (bun run fmt)
  • README has proper frontmatter
  • Icon path is valid
  • Namespace has avatar (if first-time contributor)

Testing

Additional Notes