https://github.com/skorfmann/cdktf-provider-aws
https://github.com/skorfmann/cdktf-provider-aws
cdk cdktf terraform terraform-provider
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skorfmann/cdktf-provider-aws
- Owner: skorfmann
- License: mpl-2.0
- Created: 2020-08-04T20:01:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:44:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T06:11:42.759Z (7 months ago)
- Topics: cdk, cdktf, terraform, terraform-provider
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform CDK aws Provider ~> 2.0
This repo builds and publishes the Terraform aws Provider bindings for [cdktf](https://cdk.tf).
Current build targets are:
- npm
- Pypi## Versioning
This project is explicitly not tracking the Terraform aws 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 aws Provider](https://github.com/terraform-providers/terraform-provider-aws)
- [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 aws 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).