File tree 8 files changed +24
-427
lines changed
cmd/terraform-provider-coder
8 files changed +24
-427
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,6 @@ install:
66
66
@echo " -- CLI available at $( shell ls $( INSTALL_DIR) /coder* ) "
67
67
.PHONY : install
68
68
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
69
peerbroker/proto : peerbroker/proto/peerbroker.proto
75
70
protoc \
76
71
--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