{"id":44704450,"url":"https://github.com/zfael/tfm","last_synced_at":"2026-02-15T10:40:18.990Z","repository":{"id":331110695,"uuid":"1125262408","full_name":"zfael/tfm","owner":"zfael","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-04T20:20:03.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-05T01:49:26.589Z","etag":null,"topics":["terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zfael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-30T12:16:35.000Z","updated_at":"2026-02-04T16:31:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zfael/tfm","commit_stats":null,"previous_names":["zfael/tfm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zfael/tfm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfael%2Ftfm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfael%2Ftfm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfael%2Ftfm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfael%2Ftfm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zfael","download_url":"https://codeload.github.com/zfael/tfm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfael%2Ftfm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29475883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T10:25:47.032Z","status":"ssl_error","status_checked_at":"2026-02-15T10:25:01.815Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["terraform"],"created_at":"2026-02-15T10:40:18.217Z","updated_at":"2026-02-15T10:40:18.975Z","avatar_url":"https://github.com/zfael.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TFM - Terraform Modules\n\nReusable Terraform modules for various cloud providers.\n\n## Structure\n\n```\ntfm/\n├── modules/           # Primitives (building blocks)\n│   └── aws/           # AWS modules\n│       ├── organization/\n│       ├── accounts/\n│       └── identity-center/\n└── recipes/           # Compositions (batteries-included)\n    └── aws/           # AWS recipes\n        └── organization/\n```\n\n## Usage\n\nBrowse the provider-specific folders for available modules and recipes. Each module/recipe has its own README with usage instructions.\n\n### Modules\n\nIndividual building blocks for specific resources:\n\n```hcl\nmodule \"organization\" {\n  source = \"github.com/zfael/tfm//modules/aws/organization\"\n  # ...\n}\n```\n\n### Recipes\n\nPre-wired compositions that combine multiple modules:\n\n```hcl\nmodule \"my_org\" {\n  source = \"github.com/zfael/tfm//recipes/aws/organization\"\n  # ...\n}\n```\n\n## Available Modules\n\n| Provider | Module | Description |\n|----------|--------|-------------|\n| AWS | [organization](./modules/aws/organization/) | OUs and SCPs |\n| AWS | [accounts](./modules/aws/accounts/) | Member accounts |\n| AWS | [identity-center](./modules/aws/identity-center/) | SSO users, permission sets |\n\n## Available Recipes\n\n| Provider | Recipe | Description |\n|----------|--------|-------------|\n| AWS | [organization](./recipes/aws/organization/) | Complete org setup |\n\n## Testing\n\nModules include unit tests using Terraform's built-in test framework (requires TF 1.6+).\n\n```bash\n# Run tests for a specific module\ncd modules/aws/organization\nterraform init -backend=false\nterraform test\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfael%2Ftfm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzfael%2Ftfm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfael%2Ftfm/lists"}