{"id":16700936,"url":"https://github.com/crunchloop/terraform-provider-crunchloop","last_synced_at":"2026-01-31T18:32:36.319Z","repository":{"id":248339695,"uuid":"828374086","full_name":"crunchloop/terraform-provider-crunchloop","owner":"crunchloop","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-27T14:20:38.000Z","size":134,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T14:58:47.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crunchloop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-07-14T00:17:47.000Z","updated_at":"2024-11-10T20:31:15.000Z","dependencies_parsed_at":"2024-07-17T21:53:26.933Z","dependency_job_id":"eb20bbdc-23b8-448a-89be-b1fd1ecf8e5f","html_url":"https://github.com/crunchloop/terraform-provider-crunchloop","commit_stats":null,"previous_names":["bilby91/terraform-provider-crunchloop","crunchloop/terraform-provider-crunchloop"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/crunchloop/terraform-provider-crunchloop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crunchloop%2Fterraform-provider-crunchloop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crunchloop%2Fterraform-provider-crunchloop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crunchloop%2Fterraform-provider-crunchloop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crunchloop%2Fterraform-provider-crunchloop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crunchloop","download_url":"https://codeload.github.com/crunchloop/terraform-provider-crunchloop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crunchloop%2Fterraform-provider-crunchloop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28949407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-12T18:26:48.135Z","updated_at":"2026-01-31T18:32:36.294Z","avatar_url":"https://github.com/crunchloop.png","language":"Go","readme":"# Crunchloop Terraform Provider\n\n[![License](https://img.shields.io/badge/license-MPL--2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)\n\nThe Crunchloop Terraform Provider enables you to manage your Crunchloop resources using Terraform.\n\n## Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html) 1.0+\n- [Go](https://golang.org/doc/install) 1.16+\n\n## Installation\n\nTo install the provider, copy and paste the code below into your Terraform configuration. Then, run `terraform init` to initialize the provider.\n\n```hcl\nterraform {\n  required_providers {\n    crunchloop = {\n      source  = \"crunchloop/crunchloop\"\n      version = \"0.1.0\"\n    }\n  }\n}\n\nprovider \"crunchloop\" {\n  url = \"http://localhost:3000\"\n}\n```\n\n## Usage\n\nHere is an example of how to use the provider to manage a Crunchloop resource:\n\n```hcl\ndata \"crunchloop_vmi\" \"ubuntu\" {\n  name = \"ubuntu-jammy-server-amd64-20241002\"\n}\n\nresource \"crunchloop_vm\" \"vm\" {\n  name                       = \"terraform-test\"\n  vmi_id                     = data.crunchloop_vmi.ubuntu.id\n  cores                      = 1\n  memory_megabytes           = 1024\n  root_volume_size_gigabytes = 10\n}\n```\n\n## Developing the Provider\n\nIf you wish to contribute to the provider, follow these steps:\n\n1. Clone the repository\n2. Build the provider using Go: `go build -o terraform-provider-crunchloop`\n3. Use the `examples` folder to test managing resources with your instance\n\n## Documentation\n\n- [Terraform Documentation](https://registry.terraform.io/providers/crunchloop/crunchloop/latest/docs)\n\n## License\n\nThis project is licensed under the Mozilla Public License 2.0.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrunchloop%2Fterraform-provider-crunchloop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrunchloop%2Fterraform-provider-crunchloop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrunchloop%2Fterraform-provider-crunchloop/lists"}