diff --git a/README.md b/README.md index 565b0fc77..aa85a778b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,10 @@ The Maven package is available at [https://mvnrepository.com/artifact/com.hashic The go package is generated into the [`github.com/cdktf/cdktf-provider-hcp-go`](https://github.com/cdktf/cdktf-provider-hcp-go) package. -`go get github.com/cdktf/cdktf-provider-hcp-go/hcp` +`go get github.com/cdktf/cdktf-provider-hcp-go/hcp/` + +Where `` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found +within the [go.mod](https://github.com/cdktf/cdktf-provider-hcp-go/blob/main/hcp/go.mod#L1) file. ## Docs diff --git a/yarn.lock b/yarn.lock index 2507661e2..284f3821c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -217,9 +217,9 @@ jsii-srcmak "0.1.999" "@cdktf/provider-project@^0.5.0": - version "0.5.11" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.11.tgz#8ef9d8c60157365c1cb3a85feb51c9b223f69f16" - integrity sha512-Kshkow52jhhgGvDn6ubpIN5B6fGrbDfXGd44MU5W6LJTKHsvilR1VsbQpmYIuFmDPLmcuQGiS7SP6NjA7+eipQ== + version "0.5.14" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.14.tgz#42322227732be1a75ed0af83fa8ac561851eb9a7" + integrity sha512-HPm/MTo3Osr/fVRBLzHCcag7iW9Y6/kkpsUgxq/yVTmDhAXrMxLVwbeaVXSUOCwR9GjfmabzTw1vJryGBP0bDA== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"