mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-10-08 16:30:18 +00:00
feat: extract envbuilder binary from builder image (#13)
- Adds workspace_folder parameter. - Adds functionality to extract the envbuilder binary from the builder image. - Drive-by: updates provider address.
This commit is contained in:
parent
baebf86e80
commit
88ad94f356
8 changed files with 134 additions and 25 deletions
docs/data-sources
|
@ -59,6 +59,7 @@ resource "docker_container" "container" {
|
|||
- `insecure` (Boolean) (Envbuilder option) Bypass TLS verification when cloning and pulling from container registries.
|
||||
- `ssl_cert_base64` (String) (Envbuilder option) The content of an SSL cert file. This is useful for self-signed certificates.
|
||||
- `verbose` (Boolean) (Envbuilder option) Enable verbose output.
|
||||
- `workspace_folder` (String) (Envbuilder option) path to the workspace folder that will be built. This is optional.
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue