mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-10-22 14:16:53 +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
2
main.go
2
main.go
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue