/cdktf-python-aws-s3bucket

AWS s3 bucket configuration with python and cdktf

Primary LanguagePython

Documentation

  • Explore the Terraform for Terraform CLI >= v1.0+
  • Explore the CDK for cdktf CLI

Add your AWS credentials as two environment variables, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, replacing AAAAAA with each respective values.

export AWS_ACCESS_KEY_ID=AAAAAA
export AWS_SECRET_ACCESS_KEY=AAAAA

cdktf-python-aws-s3bucket

AWS s3 bucket configuration with python and cdktf

Usage

Install project dependencies

cdktf get

Generate CDK for Terraform constructs for Terraform provides and modules used in the project.

cdktf synth