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

View file

@ -39,7 +39,7 @@ func main() {
// TODO: Update this string with the published name of your provider.
// Also update the tfplugindocs generate command to either remove the
// -provider-name flag or set its value to the updated provider name.
Address: "registry.terraform.io/hashicorp/envbuilder",
Address: "registry.terraform.io/coder/envbuilder",
Debug: debug,
}