mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-11-14 16:08:08 +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
|
|
@ -7,9 +7,14 @@ test: testacc
|
|||
testacc:
|
||||
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
|
||||
|
||||
fmt: examples/*/*.tf
|
||||
fmt: fmt/tf fmt/go
|
||||
|
||||
fmt/tf: $(shell find . -type f -name '*.tf')
|
||||
terraform fmt -recursive
|
||||
|
||||
fmt/go: $(shell find . -type f -name '*.go')
|
||||
go run mvdan.cc/gofumpt@v0.6.0 -l -w .
|
||||
|
||||
gen:
|
||||
go generate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue