# CDKTF prebuilt bindings for snowflakedb/snowflake provider version 2.6.0
This repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/snowflakedb/snowflake/2.6.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-snowflake](https://www.npmjs.com/package/@cdktf/provider-snowflake).
`npm install @cdktf/provider-snowflake`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-snowflake](https://pypi.org/project/cdktf-cdktf-provider-snowflake).
`pipenv install cdktf-cdktf-provider-snowflake`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Snowflake](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Snowflake).
`dotnet add package HashiCorp.Cdktf.Providers.Snowflake`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-snowflake](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-snowflake).
```
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-snowflake</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-snowflake-go`](https://github.com/cdktf/cdktf-provider-snowflake-go) package.
`go get github.com/cdktf/cdktf-provider-snowflake-go/snowflake/<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-snowflake-go/blob/main/snowflake/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-snowflake).
## Versioning
This project is explicitly not tracking the Terraform snowflake provider version 1:1. In fact, it always tracks `latest` of ` ~> 2.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:
* [CDK for Terraform](https://cdk.tf)
* [Terraform snowflake provider](https://registry.terraform.io/providers/snowflakedb/snowflake/2.6.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 [CDK for Terraform](https://cdk.tf) project:
* [Create bug report](https://cdk.tf/bug)
* [Create feature request](https://cdk.tf/feature)
## Contributing
### Projen
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
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
The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
### Repository Management
The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).
Raw data
{
"_id": null,
"home_page": "https://github.com/cdktf/cdktf-provider-snowflake.git",
"name": "cdktf-cdktf-provider-snowflake",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.9",
"maintainer_email": null,
"keywords": null,
"author": "HashiCorp",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c3/6d/edcf549e26846e6d0d65040a1ea2982146f4d155a97d6b09ca7683ea3d67/cdktf_cdktf_provider_snowflake-15.5.0.tar.gz",
"platform": null,
"description": "# CDKTF prebuilt bindings for snowflakedb/snowflake provider version 2.6.0\n\nThis repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/snowflakedb/snowflake/2.6.0/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-snowflake](https://www.npmjs.com/package/@cdktf/provider-snowflake).\n\n`npm install @cdktf/provider-snowflake`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-snowflake](https://pypi.org/project/cdktf-cdktf-provider-snowflake).\n\n`pipenv install cdktf-cdktf-provider-snowflake`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Snowflake](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Snowflake).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Snowflake`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-snowflake](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-snowflake).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-snowflake</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-snowflake-go`](https://github.com/cdktf/cdktf-provider-snowflake-go) package.\n\n`go get github.com/cdktf/cdktf-provider-snowflake-go/snowflake/<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-snowflake-go/blob/main/snowflake/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-snowflake).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform snowflake provider version 1:1. In fact, it always tracks `latest` of ` ~> 2.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).\n\nThese are the upstream dependencies:\n\n* [CDK for Terraform](https://cdk.tf)\n* [Terraform snowflake provider](https://registry.terraform.io/providers/snowflakedb/snowflake/2.6.0)\n* [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n* [Create bug report](https://cdk.tf/bug)\n* [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "Prebuilt snowflake Provider for Terraform CDK (cdktf)",
"version": "15.5.0",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-snowflake.git",
"Source": "https://github.com/cdktf/cdktf-provider-snowflake.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c145940ddb07402b67e73990bedad8fbb1bdb6e016047da15dd5cef993b47921",
"md5": "8b63af95c3746be8e34e4b83ed1cd52b",
"sha256": "f686b2e1c71ec11d8de793e648e7e89a9b9f53be0d380b22986b86b349d5aa80"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_snowflake-15.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8b63af95c3746be8e34e4b83ed1cd52b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.9",
"size": 6310501,
"upload_time": "2025-08-30T03:32:24",
"upload_time_iso_8601": "2025-08-30T03:32:24.184293Z",
"url": "https://files.pythonhosted.org/packages/c1/45/940ddb07402b67e73990bedad8fbb1bdb6e016047da15dd5cef993b47921/cdktf_cdktf_provider_snowflake-15.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c36dedcf549e26846e6d0d65040a1ea2982146f4d155a97d6b09ca7683ea3d67",
"md5": "54d1948d368f62440f110cf10b22d842",
"sha256": "94c5d986142ed55f65cbd70bd4167695946cee3db18de65c3ef2a0884e5b431b"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_snowflake-15.5.0.tar.gz",
"has_sig": false,
"md5_digest": "54d1948d368f62440f110cf10b22d842",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.9",
"size": 6171210,
"upload_time": "2025-08-30T03:32:26",
"upload_time_iso_8601": "2025-08-30T03:32:26.547289Z",
"url": "https://files.pythonhosted.org/packages/c3/6d/edcf549e26846e6d0d65040a1ea2982146f4d155a97d6b09ca7683ea3d67/cdktf_cdktf_provider_snowflake-15.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-30 03:32:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-snowflake",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-snowflake"
}