Metadata-Version: 2.1
Name: cdktf-aws-secure
Version: 0.0.4
Summary: High level CDKTF construct to provision secure configurations with AWS
Home-page: https://github.com/shazi7804/cdktf-aws-secure-constructs.git
Author: Scott Liao<shazi7804@gmail.com>
License: Apache-2.0
Project-URL: Source, https://github.com/shazi7804/cdktf-aws-secure-constructs.git
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
Requires-Dist: cdktf-cdktf-provider-aws (<2.0.0,>=1.0.7)
Requires-Dist: cdktf (==0.1.0)
Requires-Dist: constructs (==3.0.4)
Requires-Dist: jsii (<2.0.0,>=1.22.0)
Requires-Dist: projen (<0.17.0,>=0.16.19)
Requires-Dist: publication (>=0.0.3)

[![NPM version](https://badge.fury.io/js/cdktf-aws-secure.svg)](https://badge.fury.io/js/cdktf-aws-secure)
[![PyPI version](https://badge.fury.io/py/cdktf-aws-secure.svg)](https://badge.fury.io/py/cdktf-aws-secure)
![Release](https://github.com/shazi7804/cdktf-aws-secure-constructs/workflows/Release/badge.svg)

# Terraform CDK - AWS Secure constructs

The Level 2 construct can be used to set up your AWS account with the reasonably secure configuration baseline. Internally it uses the [Terraform CDK](https://cdk.tf/) and the [AWS Provider](https://cdk.tf/provider/aws).


