HashiCorp made the decision to stop publishing new versions of prebuilt Terraform googleworkspace provider bindings for CDK for Terraform on January 19, 2024. As such, this repository has been archived and is no longer 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
past 0.20.0
and are no longer eligible for commercial support.
As a reminder, you can continue to use the hashicorp/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, optionally with the --force-local
flag enabled:
cdktf provider add hashicorp/googleworkspace --force-local
For more information and additional examples, check out our documentation on generating provider bindings manually.
The npm package is available at https://www.npmjs.com/package/@cdktf/provider-googleworkspace.
npm install @cdktf/provider-googleworkspace
The PyPI package is available at https://pypi.org/project/cdktf-cdktf-provider-googleworkspace.
pipenv install cdktf-cdktf-provider-googleworkspace
The Nuget package is available at https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Googleworkspace.
dotnet add package HashiCorp.Cdktf.Providers.Googleworkspace
The Maven package is available at https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-googleworkspace.
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-googleworkspace</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
The go package is generated into the github.com/cdktf/cdktf-provider-googleworkspace-go
package.
go get github.com/cdktf/cdktf-provider-googleworkspace-go/googleworkspace/<version>
Where <version>
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 file.
Find auto-generated docs for this provider here:
You can also visit a hosted version of the documentation on constructs.dev.