We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee3605 commit cea42e0Copy full SHA for cea42e0
README.md
@@ -32,7 +32,7 @@ Clone and build the repository
32
33
```sh
34
go get github.com/akshaykarle/terraform-provider-mongodbatlas
35
-go build github.com/akshaykarle/terraform-provider-mongodbatlas
+make build
36
```
37
38
Symlink the binary to your terraform plugins directory:
@@ -45,7 +45,7 @@ ln -s $GOPATH/bin/terraform-provider-mongodbatlas ~/.terraform.d/plugins/
45
46
47
go get -u github.com/akshaykarle/terraform-provider-mongodbatlas
48
49
50
51
## NOTE
0 commit comments