From 3cfa0eb2a1158928dfd4e4d4892dc265475dd9d8 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:57:34 +0100 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@fdd738c (#359) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/7554174421 --------- Signed-off-by: team-tf-cdk --- README.md | 5 ++++- yarn.lock | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b1a46884..a8ad1d9ad 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-mongodbatlas-go`](https://github.com/cdktf/cdktf-provider-mongodbatlas-go) package. -`go get github.com/cdktf/cdktf-provider-mongodbatlas-go/mongodbatlas` +`go get github.com/cdktf/cdktf-provider-mongodbatlas-go/mongodbatlas/` + +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-mongodbatlas-go/blob/main/mongodbatlas/go.mod#L1) file. ## Docs diff --git a/yarn.lock b/yarn.lock index 7a8f26a2d..d38678cc1 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"