This commit is contained in:
Cian Johnston 2024-08-03 00:07:16 +01:00
commit a669257f1f
No known key found for this signature in database

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