From d69d78561858bf57fe04d4d2f601582a2c65416e Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:52:04 +0100 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@3b2ac20 (#332) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/7182648162 --------- Signed-off-by: team-tf-cdk --- README.md | 25 +++++++++++-------------- yarn.lock | 6 +++--- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 77592d99a..1f5f48808 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# Terraform CDK mongodbatlas Provider tracks ~> 1.8 +# CDKTF prebuilt bindings for mongodb/mongodbatlas provider version 1.13.1 -This repo builds and publishes the Terraform mongodbatlas Provider bindings for [CDK for Terraform](https://cdk.tf). - -Is based directly on mongodbatlas 1.13.1 +This repo builds and publishes the [Terraform mongodbatlas provider](https://registry.terraform.io/providers/mongodb/mongodbatlas/1.13.1/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -58,33 +56,32 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt ## Versioning -This project is explicitly not tracking the Terraform mongodbatlas Provider version 1:1. In fact, it always tracks `latest` of `~> 1.8` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the [provider constructs manually](https://cdk.tf/imports). +This project is explicitly not tracking the Terraform mongodbatlas provider version 1:1. In fact, it always tracks `latest` of `~> 1.8` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports). These are the upstream dependencies: -- [Terraform CDK](https://cdk.tf) -- [Terraform mongodbatlas Provider](https://registry.terraform.io/providers/mongodb/mongodbatlas/1.13.1) - - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-mongodbatlas/releases) +- [CDK for Terraform](https://cdk.tf) +- [Terraform mongodbatlas provider](https://registry.terraform.io/providers/mongodb/mongodbatlas/1.13.1) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. ## Features / Issues / Bugs -Please report bugs and issues to the [terraform cdk](https://cdk.tf) project: +Please report bugs and issues to the [CDK for Terraform](https://cdk.tf) project: - [Create bug report](https://cdk.tf/bug) - [Create feature request](https://cdk.tf/feature) ## Contributing -### projen +### Projen -This is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository. +This is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository. -### cdktf-provider-project based on projen +### cdktf-provider-project based on Projen -There's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers. +There's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers. ### Provider Version @@ -92,4 +89,4 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js). ### Repository Management -The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/) +The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/). diff --git a/yarn.lock b/yarn.lock index 0fe18dd33..14e101f78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,9 +201,9 @@ jsii-srcmak "^0.1.954" "@cdktf/provider-project@^0.4.0": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.4.7.tgz#5df9046167d8d0a3e8cb547c3e9c2681a487dad2" - integrity sha512-cFZwI9spwskJrmjunf/dJ60HNtWo1fZnG305LZye5Rc3B8ZZ66g3RotIvuujGd3Tiu/GTFGafjKkTr5dWA0uTw== + version "0.4.8" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.4.8.tgz#6cdca6ab326071e347e3fadcd9bcab37668cff46" + integrity sha512-VBdWJ/BXrWApD3qRyCaat3pCAXe0bPztT3YFPJXFk35Q5zo/YYRkvg4thfiYT4s2baaYDf9wUS7S2hvBPkgxGg== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"