Add CI/CD infrastructure, HANDOFF.md, and restructure examples
114 files · 2,174+ · 4,384-

CI/CD pipeline

4 files changed
  • build-provider.yml Provider build workflow (172 lines)
  • release.yml Release workflow with conditional signing (379 lines)
  • test-conformance.yml Conformance test workflow (425 lines)
  • sign-release.sh GPG release signing script (129 lines)
  • Built complete CI/CD pipeline with build, test, and release workflows including GPG signing and intelligent failure handling qualify behavioral
    3 files
    • build-provider.yml
    • release.yml
    • test-conformance.yml

Example restructuring

1 file changed
  • basic.tf Renamed from tofusoup_module_info/
  • Renamed example directories from tofusoup_* to clean names and removed legacy README/output files from old examples decouple external
    1 file
    • basic.tf

Release workflow debugging

1 file changed
  • release.yml Multiple fixes for template syntax, secrets conditionals, and gh CLI usage
  • Fixed numerous release workflow issues including GitHub Actions template syntax, secrets-based conditionals, and gh CLI field references remediate internal
    1 file
    • release.yml