{"id":18581878,"url":"https://github.com/coder/terraform-provider-envbuilder","last_synced_at":"2026-03-14T17:54:35.134Z","repository":{"id":252410404,"uuid":"832197609","full_name":"coder/terraform-provider-envbuilder","owner":"coder","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-20T16:40:52.000Z","size":925,"stargazers_count":11,"open_issues_count":19,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-17T11:05:53.818Z","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/coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-22T14:12:36.000Z","updated_at":"2025-06-13T13:22:14.000Z","dependencies_parsed_at":"2024-09-05T16:16:02.788Z","dependency_job_id":"1aee9b9c-a4c1-4725-b7fe-e312ff091d1d","html_url":"https://github.com/coder/terraform-provider-envbuilder","commit_stats":null,"previous_names":["coder/terraform-provider-envbuilder"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/coder/terraform-provider-envbuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fterraform-provider-envbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fterraform-provider-envbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fterraform-provider-envbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fterraform-provider-envbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder","download_url":"https://codeload.github.com/coder/terraform-provider-envbuilder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fterraform-provider-envbuilder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332351,"owners_count":23912660,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-11-07T00:07:55.697Z","updated_at":"2026-03-14T17:54:35.087Z","avatar_url":"https://github.com/coder.png","language":"Go","readme":"# terraform-provider-envbuilder\n\nThe `terraform-provider-envbuilder` is a Terraform provider that acts as a helper for setting up [`envbuilder`](https://envbuilder.sh) environments.\n\nIt is used to determine if a pre-built image of a dev container built from a given Git repository is present in a given Docker registry.\nIf it is found that building a particular dev container would produce the same image that is already present in the remote registry, then that image can be used to start the container instead, skipping over the build phase.\n\n\u003e **Note:** currently, this provider can only be run on Linux platforms. We are [investigating support](https://github.com/coder/terraform-provider-envbuilder/issues/26) for other platforms. \n\n## Usage\n\nTake a look at the [`envbuilder_cached_image_resource.tf`](./examples/resources/envbuilder_cached_image/envbuilder_cached_image_resource.tf) example for a detailed usage example.\n\nFor use with [Coder](https://github.com/coder/coder), see the [Dev Containers documentation](https://coder.com/docs/templates/dev-containers) and check out the example templates:\n- [Docker](https://github.com/coder/coder/tree/main/examples/templates/docker-devcontainer)\n- [Kubernetes](https://github.com/coder/coder/tree/main/examples/templates/kubernetes-devcontainer)\n- [AWS VM](https://github.com/coder/coder/tree/main/examples/templates/aws-devcontainer)\n- [GCP VM](https://github.com/coder/coder/tree/main/examples/templates/gcp-devcontainer)\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.22\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (see [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\nTo generate or update documentation, run `go generate`.\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```shell\nmake testacc\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fterraform-provider-envbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder%2Fterraform-provider-envbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fterraform-provider-envbuilder/lists"}