This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
chore: mark this prebuilt provider package as deprecated #462
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
HashiCorp has made the decision to stop publishing new versions of prebuilt Terraform
googleworkspace
providerbindings for CDK for Terraform. Once this PR is merged, this repository will be archived and will no longer
be supported in any way by HashiCorp. Previously-published versions of this prebuilt provider will still continue to be
available on their respective package managers (e.g. npm, PyPi, Maven, NuGet), but these will not be compatible with
new releases of
cdktf
and are no longer eligible for commercial support.As a reminder, you can continue to use the
googleworkspace
provider in your CDK for Terraform (CDKTF) projects,even with newer versions of CDKTF, but you will need to generate the bindings locally. The easiest way to do so is to use
the
provider add
command with the--force-local
flag enabled. For more information, check out our documentation on generating provider bindings manually.