File tree 8 files changed +25
-433
lines changed
cmd/terraform-provider-coder
8 files changed +25
-433
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,7 @@ bin/coderd:
12
12
go build -o bin/coderd cmd/coderd/main.go
13
13
.PHONY : bin/coderd
14
14
15
- bin/terraform-provider-coder :
16
- mkdir -p bin
17
- go build -o bin/terraform-provider-coder cmd/terraform-provider-coder/main.go
18
- .PHONY : bin/terraform-provider-coder
19
-
20
- build : site/out bin/coder bin/coderd bin/terraform-provider-coder
15
+ build : site/out bin/coder bin/coderd
21
16
.PHONY : build
22
17
23
18
# Runs migrations to output a dump of the database.
@@ -66,11 +61,6 @@ install:
66
61
@echo " -- CLI available at $( shell ls $( INSTALL_DIR) /coder* ) "
67
62
.PHONY : install
68
63
69
- install/terraform-provider-coder : bin/terraform-provider-coder
70
- $(eval OS_ARCH := $(shell go env GOOS) _$(shell go env GOARCH) )
71
- mkdir -p ~ /.terraform.d/plugins/coder.com/internal/coder/0.2/$(OS_ARCH )
72
- cp bin/terraform-provider-coder ~ /.terraform.d/plugins/coder.com/internal/coder/0.2/$(OS_ARCH )
73
-
74
64
peerbroker/proto : peerbroker/proto/peerbroker.proto
75
65
protoc \
76
66
--go_out=. \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ require (
57
57
github.com/tabbed/pqtype v0.1.1
58
58
github.com/unrolled/secure v1.10.0
59
59
github.com/xlab/treeprint v1.1.0
60
- go.opencensus.io v0.23.0
61
60
go.uber.org/atomic v1.9.0
62
61
go.uber.org/goleak v1.1.12
63
62
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
@@ -151,6 +150,7 @@ require (
151
150
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
152
151
github.com/zclconf/go-cty v1.10.0 // indirect
153
152
github.com/zeebo/errs v1.2.2 // indirect
153
+ go.opencensus.io v0.23.0 // indirect
154
154
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
155
155
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
156
156
golang.org/x/text v0.3.7 // indirect
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments