terraform-provider-tofusoup
2025-11-08
Initial commit establishing Terraform provider for tofusoup
143 files · 9,374+ · 3,053-
Provider data sources
4 files changed
registry_search.pyRegistry search data source (301 lines)state_info.pyState info data source (249 lines)state_outputs.pyState outputs data source (242 lines)state_resources.pyState resources data source (286 lines)
- Implemented 9 Terraform data sources for registry queries and state file inspection
instantiate
architectural
2 files
registry_search.pystate_info.py
CI/CD and build infrastructure
5 files changed
build-provider.ymlProvider build workflow (172 lines)release.ymlRelease workflow (379 lines)test-conformance.ymlConformance test workflow (425 lines)install-provider.shProvider installation scriptsign-release.shRelease signing script (129 lines)
- Created CI/CD pipeline with build, conformance testing, and release workflows including GPG signing
qualify
behavioral
3 files
build-provider.ymlrelease.ymltest-conformance.yml
Documentation and examples
4 files changed
module_info.mdModule info documentation (117 lines)registry_search.mdRegistry search documentationREADME.mdComprehensive README (326+ lines)CHANGELOG.mdProject changelog (141 lines)
Test suite
3 files changed
test_read.pyRegistry search read tests (385 lines)test_state_resources.pyState resources tests (472 lines)test_state_info_read.pyState info read tests