diff --git a/README.md b/README.md index 68243bb2051..5960ab5befc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# Terraform CDK google Provider tracks ~> 5.0 +# CDKTF prebuilt bindings for hashicorp/google provider version 5.9.0 -This repo builds and publishes the Terraform google Provider bindings for [CDK for Terraform](https://cdk.tf). - -Is based directly on google 5.9.0 +This repo builds and publishes the [Terraform google provider](https://registry.terraform.io/providers/hashicorp/google/5.9.0/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 google Provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` 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 google provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` 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 google Provider](https://registry.terraform.io/providers/hashicorp/google/5.9.0) - - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-google/releases) +- [CDK for Terraform](https://cdk.tf) +- [Terraform google provider](https://registry.terraform.io/providers/hashicorp/google/5.9.0) - [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 4ca13243d44..c3be1c38b72 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"