mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-11-05 19:58:58 +00:00
Envbuilder
This commit is contained in:
parent
76d8aa974e
commit
1a49822fc9
25 changed files with 350 additions and 691 deletions
13
GNUmakefile
13
GNUmakefile
|
|
@ -1,6 +1,19 @@
|
|||
default: testacc
|
||||
|
||||
test: testacc
|
||||
|
||||
# Run acceptance tests
|
||||
.PHONY: testacc
|
||||
testacc:
|
||||
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
|
||||
|
||||
fmt: examples/*/*.tf
|
||||
terraform fmt -recursive
|
||||
|
||||
gen:
|
||||
go generate
|
||||
|
||||
build: terraform-provider-envbuilder
|
||||
|
||||
terraform-provider-envbuilder: internal/provider/*.go main.go
|
||||
CGO_ENABLED=0 go build .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue