Metadata-Version: 2.1
Name: cdktf-cdktf-provider-docker
Version: 0.0.64
Summary: Prebuilt docker Provider for Terraform CDK (cdktf)
Home-page: https://github.com/terraform-cdk-providers/cdktf-provider-docker.git
Author: HashiCorp
License: MPL-2.0
Project-URL: Source, https://github.com/terraform-cdk-providers/cdktf-provider-docker.git
Description: # Terraform CDK docker Provider ~> 2.0
        
        This repo builds and publishes the Terraform docker Provider bindings for [cdktf](https://cdk.tf).
        
        Current build targets are:
        
        * npm
        * Pypi
        
        ## Versioning
        
        This project is explicitly not tracking the Terraform docker Provider version 1:1. In fact, it always tracks `latest` of `~> 2.0` with every release. If there 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 docker Provider](https://github.com/terraform-providers/terraform-provider-docker)
        * [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. While the Terraform Engine and the Terraform docker Provider are relatively stable, the Terraform CDK is in an early stage. Therefore, it's likely that there will be breaking changes.
        
        ## Features / Issues / Bugs
        
        Please report bugs and issues to the [terraform cdk](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/eladb/projen), which takes care of generating the entire repository.
        
        ## cdktf-provider-project based on projen
        
        There's a custom [project builder](https://github.com/skorfmann/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers.
        
        ## provider version
        
        The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
