mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-07-29 06:39:13 +00:00
add note regarding platform compatibility
This commit is contained in:
parent
d30d9356d1
commit
37ddd681c7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ The `terraform-provider-envbuilder` is a Terraform provider that acts as a helpe
|
|||
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 are [investigating support](https://github.com/coder/terraform-provider-envbuilder/issues/26) for other platforms.
|
||||
|
||||
## Usage
|
||||
|
||||
Take 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue