{"id":50364195,"url":"https://github.com/comparedge/terraform-comparedge-saas","last_synced_at":"2026-05-30T03:02:50.394Z","repository":{"id":354235634,"uuid":"1222760272","full_name":"comparedge/terraform-comparedge-saas","owner":"comparedge","description":"ComparEdge data connector for terraform-comparedge-saas","archived":false,"fork":false,"pushed_at":"2026-04-27T17:22:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T19:21:04.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/comparedge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-04-27T17:21:39.000Z","updated_at":"2026-04-27T17:22:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/comparedge/terraform-comparedge-saas","commit_stats":null,"previous_names":["comparedge/terraform-comparedge-saas"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/comparedge/terraform-comparedge-saas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparedge%2Fterraform-comparedge-saas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparedge%2Fterraform-comparedge-saas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparedge%2Fterraform-comparedge-saas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparedge%2Fterraform-comparedge-saas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comparedge","download_url":"https://codeload.github.com/comparedge/terraform-comparedge-saas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparedge%2Fterraform-comparedge-saas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33678271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-05-30T03:02:48.510Z","updated_at":"2026-05-30T03:02:50.375Z","avatar_url":"https://github.com/comparedge.png","language":"HCL","funding_links":[],"categories":["AI / MCP Integration"],"sub_categories":["Top Categories by Product Count"],"readme":"# terraform-comparedge\n\nQueries ComparEdge API at plan time. Returns cloud hosting providers filtered by budget and free tier availability. Zero provider lock-in — it's just an HTTP data source.\n\n## Requirements\n\n| Tool | Version |\n|---|---|\n| Terraform | \u003e= 1.0 |\n| hashicorp/http | \u003e= 3.0 |\n\n## Usage\n\n```hcl\nmodule \"hosting_picker\" {\n  source = \"path/to/terraform-comparedge\"\n\n  max_monthly_budget = 20\n  require_free_tier  = false\n}\n\noutput \"options\" {\n  value = module.hosting_picker.budget_providers\n}\n```\n\n## Inputs\n\n| Name | Type | Default | Description |\n|---|---|---|---|\n| `max_monthly_budget` | number | 50 | Max monthly spend per provider in USD |\n| `require_free_tier` | bool | false | Filter to providers with a free tier |\n\n## Outputs\n\n| Name | Description |\n|---|---|\n| `free_tier_providers` | Provider names with free tiers |\n| `budget_providers` | Providers within budget with starting prices |\n| `budget_providers_sorted` | Same list, sorted by price ascending |\n| `total_providers_tracked` | Total providers in the ComparEdge DB |\n\n## How it works\n\nAt `terraform plan` / `terraform apply`, the module fires one HTTP GET to:\n\n```\nhttps://comparedge-api.up.railway.app/api/v1/categories/cloud-hosting\n```\n\nNo authentication. No state. No provider credentials to manage. The response is decoded with `jsondecode` and filtered with `for` expressions. Nothing is created or destroyed — it's a pure data layer.\n\nAdd it to automation pipelines to make infrastructure decisions based on current pricing without hardcoding provider lists.\n\n## Extending\n\nAdd more categories in `data.tf`. The API exposes multiple categories:\n\n```\nhttps://comparedge-api.up.railway.app/api/v1/categories\n```\n\nEach category slug works as a drop-in replacement for `cloud-hosting`.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomparedge%2Fterraform-comparedge-saas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomparedge%2Fterraform-comparedge-saas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomparedge%2Fterraform-comparedge-saas/lists"}