# CDKTF prebuilt bindings for hashicorp/googleworkspace provider version 0.7.0
HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform googleworkspace provider](https://registry.terraform.io/providers/hashicorp/googleworkspace/0.7.0) bindings for [CDK for Terraform](https://cdk.tf) 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](https://developer.hashicorp.com/terraform/cdktf/cli-reference/commands#provider-add), 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](https://cdk.tf/imports).
## Deprecated Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-googleworkspace](https://www.npmjs.com/package/@cdktf/provider-googleworkspace).
`npm install @cdktf/provider-googleworkspace`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-googleworkspace](https://pypi.org/project/cdktf-cdktf-provider-googleworkspace).
`pipenv install cdktf-cdktf-provider-googleworkspace`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Googleworkspace](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Googleworkspace).
`dotnet add package HashiCorp.Cdktf.Providers.Googleworkspace`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-googleworkspace](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>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-googleworkspace-go`](https://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](https://github.com/cdktf/cdktf-provider-googleworkspace-go/blob/main/googleworkspace/go.mod#L1) file.
## Docs
Find auto-generated docs for this provider here:
* [Typescript](./docs/API.typescript.md)
* [Python](./docs/API.python.md)
* [Java](./docs/API.java.md)
* [C#](./docs/API.csharp.md)
* [Go](./docs/API.go.md)
You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-googleworkspace).
Raw data
{
"_id": null,
"home_page": "https://github.com/cdktf/cdktf-provider-googleworkspace.git",
"name": "cdktf-cdktf-provider-googleworkspace",
"maintainer": "",
"docs_url": null,
"requires_python": "~=3.8",
"maintainer_email": "",
"keywords": "",
"author": "HashiCorp",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/5d/f7/1fa87367f8d69e9c144306dacf5b646a8756db5fd5219f3256d60f21d92c/cdktf-cdktf-provider-googleworkspace-8.0.1.tar.gz",
"platform": null,
"description": "# CDKTF prebuilt bindings for hashicorp/googleworkspace provider version 0.7.0\n\nHashiCorp made the decision to stop publishing new versions of prebuilt [Terraform googleworkspace provider](https://registry.terraform.io/providers/hashicorp/googleworkspace/0.7.0) bindings for [CDK for Terraform](https://cdk.tf) 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.\n\nAs 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](https://developer.hashicorp.com/terraform/cdktf/cli-reference/commands#provider-add), optionally with the `--force-local` flag enabled:\n\n`cdktf provider add hashicorp/googleworkspace --force-local`\n\nFor more information and additional examples, check out our documentation on [generating provider bindings manually](https://cdk.tf/imports).\n\n## Deprecated Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-googleworkspace](https://www.npmjs.com/package/@cdktf/provider-googleworkspace).\n\n`npm install @cdktf/provider-googleworkspace`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-googleworkspace](https://pypi.org/project/cdktf-cdktf-provider-googleworkspace).\n\n`pipenv install cdktf-cdktf-provider-googleworkspace`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Googleworkspace](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Googleworkspace).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Googleworkspace`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-googleworkspace](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-googleworkspace).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-googleworkspace</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-googleworkspace-go`](https://github.com/cdktf/cdktf-provider-googleworkspace-go) package.\n\n`go get github.com/cdktf/cdktf-provider-googleworkspace-go/googleworkspace/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktf/cdktf-provider-googleworkspace-go/blob/main/googleworkspace/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n* [Typescript](./docs/API.typescript.md)\n* [Python](./docs/API.python.md)\n* [Java](./docs/API.java.md)\n* [C#](./docs/API.csharp.md)\n* [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-googleworkspace).\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "Prebuilt googleworkspace Provider for Terraform CDK (cdktf)",
"version": "8.0.1",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-googleworkspace.git",
"Source": "https://github.com/cdktf/cdktf-provider-googleworkspace.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "de84035899ccf1b4e46578a7b3077e86ed4fc147494e558c442688857b006879",
"md5": "809676770e8cd1f1f950732c36021a41",
"sha256": "3e0f2953a733f8e59461e527d7a3ceed760ff764b05f96cbcc6f5f7d98eeec33"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_googleworkspace-8.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "809676770e8cd1f1f950732c36021a41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 619341,
"upload_time": "2024-01-19T15:07:49",
"upload_time_iso_8601": "2024-01-19T15:07:49.707659Z",
"url": "https://files.pythonhosted.org/packages/de/84/035899ccf1b4e46578a7b3077e86ed4fc147494e558c442688857b006879/cdktf_cdktf_provider_googleworkspace-8.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5df71fa87367f8d69e9c144306dacf5b646a8756db5fd5219f3256d60f21d92c",
"md5": "c81ce7abc3ddea6971d3a6014857fdd9",
"sha256": "da59959ccaab8633178b4898cbc2e3a39441e4cf05480babcc785d8915743729"
},
"downloads": -1,
"filename": "cdktf-cdktf-provider-googleworkspace-8.0.1.tar.gz",
"has_sig": false,
"md5_digest": "c81ce7abc3ddea6971d3a6014857fdd9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 579806,
"upload_time": "2024-01-19T15:07:51",
"upload_time_iso_8601": "2024-01-19T15:07:51.176038Z",
"url": "https://files.pythonhosted.org/packages/5d/f7/1fa87367f8d69e9c144306dacf5b646a8756db5fd5219f3256d60f21d92c/cdktf-cdktf-provider-googleworkspace-8.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-19 15:07:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-googleworkspace",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-googleworkspace"
}