{"id":30713112,"url":"https://github.com/berops/terraform-provider-cloudrift","last_synced_at":"2025-09-03T03:12:02.936Z","repository":{"id":312836428,"uuid":"1048359383","full_name":"berops/terraform-provider-cloudrift","owner":"berops","description":"Terraform provider for the CloudRift platform","archived":false,"fork":false,"pushed_at":"2025-09-02T08:42:37.000Z","size":167,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-02T10:26:13.492Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berops.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-09-01T10:18:57.000Z","updated_at":"2025-09-02T08:40:42.000Z","dependencies_parsed_at":"2025-09-02T10:26:24.142Z","dependency_job_id":"77239e63-0cf3-4a52-a83f-4cd8fe766877","html_url":"https://github.com/berops/terraform-provider-cloudrift","commit_stats":null,"previous_names":["berops/terraform-provider-cloudrift"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/berops/terraform-provider-cloudrift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berops%2Fterraform-provider-cloudrift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berops%2Fterraform-provider-cloudrift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berops%2Fterraform-provider-cloudrift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berops%2Fterraform-provider-cloudrift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berops","download_url":"https://codeload.github.com/berops/terraform-provider-cloudrift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berops%2Fterraform-provider-cloudrift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273382166,"owners_count":25095403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":"2025-09-03T03:12:01.535Z","updated_at":"2025-09-03T03:12:02.926Z","avatar_url":"https://github.com/berops.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform Provider - CloudRift\n===\n\nTerraform provider for [CloudRift](https://www.cloudrift.ai/)\n\n## Example\n\n\nTo spin up a Virtual Machine with Ubuntu as the base image you can use the terraform provider to provision the infrastructure.\n\n```\nterraform {\n    required_providers {\n        cloudrift = {\n            source = \"berops/cloudrift\"\n            # version = \"...\"\n        }\n    }\n}\n\nprovider \"cloudrift\" {\n    # set CLOUDRIFT_TOKEN env or:\n    # token = \"\"\n}\n\n\nresource \"cloudrift_ssh_key\" \"primary\" {\n    name        = \"primary\"\n    public_key = trimspace(file(\"~/.ssh/id_ed25519.pub\"))\n}\n\nresource \"cloudrift_virtual_machine\" \"machine0\" {\n    recipe          = \"Ubuntu 22.04 Server (NVidia)\"\n    datacenter      = \"us-east-nc-nr-1\"\n    instance_type   = \"rtx49-8c-nr.1\"\n    ssh_key_id      = cloudrift_ssh_key.primary.id\n\n    metadata = {\n      # enable login as root with the provided key.\n      startup_commands = base64encode(\"echo 'PermitRootLogin without-password' \u003e\u003e /etc/ssh/sshd_config \u0026\u0026 echo   'PubkeyAuthentication yes' \u003e\u003e /etc/ssh/sshd_config \u0026\u0026 (echo -n '${cloudrift_ssh_key.primary.public_key}' \u003e   /root/.ssh/authorized_keys)\")\n    }\n}\n\noutput \"machine0_ip\" {\n    value = cloudrift_virtual_machine.machine0.public_ip\n}\n\noutput \"machine0\" {\n    value = cloudrift_virtual_machine.machine0.virtual_machines\n}\n```\n\nAfter the Virtual Machine is created, you can SSH into it as root using the selected private key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberops%2Fterraform-provider-cloudrift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberops%2Fterraform-provider-cloudrift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberops%2Fterraform-provider-cloudrift/lists"}