feat: extract envbuilder binary from builder image ()

- 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:
Cian Johnston 2024-08-03 19:55:55 +01:00 committed by GitHub
commit 88ad94f356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 134 additions and 25 deletions
docs/data-sources

View file

@ -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