Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

coder/terraform-provider-envbuilder

Theterraform-provider-envbuilder is a Terraform provider that acts as a helper for setting upenvbuilder environments.

It 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.If 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.

Note: currently, this provider can only be run on Linux platforms. We areinvestigating support for other platforms.

Usage

Take a look at theenvbuilder_cached_image_resource.tf example for a detailed usage example.

For use withCoder, see theDev Containers documentation and check out the example templates:

Requirements

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the Goinstall command:
go install

Developing the Provider

If you wish to work on the provider, you'll first needGo installed on your machine (seeRequirements above).

To compile the provider, rungo install. This will build the provider and put the provider binary in the$GOPATH/bin directory.

To generate or update documentation, rungo generate.

In order to run the full suite of Acceptance tests, runmake testacc.

Note: Acceptance tests create real resources, and often cost money to run.

make testacc

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp