{"id":17665673,"url":"https://github.com/faun/infrastructure","last_synced_at":"2026-01-31T04:31:46.152Z","repository":{"id":138667154,"uuid":"51118524","full_name":"faun/infrastructure","owner":"faun","description":"Simple configuration for creating a Digital Ocean machine with a DNSimple subdomain using Terraform","archived":false,"fork":false,"pushed_at":"2016-02-16T06:48:40.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-08T11:02:41.936Z","etag":null,"topics":[],"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/faun.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}},"created_at":"2016-02-05T01:32:10.000Z","updated_at":"2016-02-14T23:53:21.000Z","dependencies_parsed_at":"2023-05-02T19:17:11.873Z","dependency_job_id":null,"html_url":"https://github.com/faun/infrastructure","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/faun/infrastructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Finfrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Finfrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Finfrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Finfrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faun","download_url":"https://codeload.github.com/faun/infrastructure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Finfrastructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28929701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"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":[],"created_at":"2024-10-23T21:07:01.583Z","updated_at":"2026-01-31T04:31:46.135Z","avatar_url":"https://github.com/faun.png","language":"HCL","readme":"# Simple infrastructure for creating a Digital Ocean machine\n\n### Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html)\n- A [digital ocean account](https://m.do.co/c/154d3aaf9ff8)\n- A [DNSimple account](https://dnsimple.com/r/f52a00d5100b1b)\n\n### Setup\n\nCreate a `terraform.tfvars` file at the root of the project with the following keys:\n\n```\ndnsimple_email                          = \"dnsimple@example.com\"\ndnsimple_token                          = \"API token from https://dnsimple.com/user\"\ndnsimple_domain                         = \"domain.tld\"\ndnsimple_subdomain                      = \"subdomain\"\ndigitalocean_token                      = \"API token from https://cloud.digitalocean.com/settings/api/tokens\"\ndigitalocean_image_name                 = \"image-name-or-image-id\"\ndigitalocean_droplet_name               = \"droplet-name\"\ndigitalocean_droplet_private_networking = \"true\" # optional\ndigitalocean_droplet_size               = \"512mb\"\ndigitalocean_droplet_region             = \"sfo1\"\nssh_key_id                              = \"12345 id from `tugboat keys` command\"\n```\n\n### Plan infrastructure\nSee what changes will be made to your server infrastructure on apply.\n\n``` sh\nmake plan\n```\n\n### Create infrastructure\n\n``` sh\nmake apply\n```\n\n### Plan \u0026 create infrastructure in one step\n\n``` sh\nmake\n\n# or\n\nmake all\n```\n\n### Destroy\n\nDestroy all server infrastructure created in the step above.\n\n``` sh\nmake destroy\n```\n\n### Remove local state\n\nWARNING: This destroys any record of infrastructure state, thereby preventing terraform from managing your infrastructure. Use at your own risk.\n\n``` sh\nmake clean\n```\n\n### Destroy server resources and remove any local state\n\n``` sh\nmake implode\n```\n\n### License\nSee [license](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaun%2Finfrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaun%2Finfrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaun%2Finfrastructure/lists"}