{"id":15350141,"url":"https://github.com/mars/terraforming-buildpack","last_synced_at":"2026-02-27T02:02:32.301Z","repository":{"id":139298526,"uuid":"124608399","full_name":"mars/terraforming-buildpack","owner":"mars","description":"Use Terraform in a Heroku app","archived":false,"fork":false,"pushed_at":"2021-10-23T00:35:36.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T04:51:17.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mars.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}},"created_at":"2018-03-10T00:42:43.000Z","updated_at":"2022-11-07T17:14:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"d77da672-0033-4a9f-8407-9a1f1be9d660","html_url":"https://github.com/mars/terraforming-buildpack","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.46153846153846156","last_synced_commit":"4465512da4ac1a252c165b8ce47b6a2b48cf5890"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mars/terraforming-buildpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Fterraforming-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Fterraforming-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Fterraforming-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Fterraforming-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mars","download_url":"https://codeload.github.com/mars/terraforming-buildpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Fterraforming-buildpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29882627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":"2024-10-01T11:57:43.138Z","updated_at":"2026-02-27T02:02:27.293Z","avatar_url":"https://github.com/mars.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraforming 🌱 buildpack for Heroku\n==================================\n\nUse [Terraform](https://www.terraform.io/) in a [Heroku](https://www.heroku.com/) app.\n\nRequires\n--------\n\nThe Terraform config must implement a non-local [backend](https://www.terraform.io/docs/backends/index.html), because otherwise state will be lost between runs. The default local backend saves state in the filesystem which [ephemeral in Heroku dynos](https://devcenter.heroku.com/articles/dynos#ephemeral-filesystem).\n\nUsage\n-----\n\n▶️ **Deploy the [terraforming-app](https://github.com/mars/terraforming-app)** which includes Postgres backend, automated initialization, and a minimal example Terraform config.\n\n### Manual app setup\n\nIn a git repo that contains at least a `*.tf` Terraform config file, such as `main.tf`,\n\n```bash\nheroku create --buildpack https://github.com/mars/terraforming-buildpack\n\n# Set any variables required by the Terraform config\n# Credentials for the Terraform Heroku provider\nheroku config:set HEROKU_API_KEY=xxxxx HEROKU_EMAIL=x@example.com\n# Input variables\nheroku config:set TF_VAR_example_app_name=yyyyy\n\ngit push heroku master\n\nheroku run terraform init\nheroku run terraform apply\nheroku run terraform output\n```\n\nConfiguration\n-------------\n\n* `TERRAFORM_BIN_URL` set the source URL for the terraform binary\n  * Defaults to 64-bit Linux binary for Heroku runtime\n  * Expects a `*.zip` file as [distributed by Hashicorp](https://www.terraform.io/downloads.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmars%2Fterraforming-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmars%2Fterraforming-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmars%2Fterraforming-buildpack/lists"}