https://github.com/ahmadalibagheri/cdktf-python-aws-s3bucket
AWS s3 bucket configuration with python and cdktf
https://github.com/ahmadalibagheri/cdktf-python-aws-s3bucket
aws cdktf cdktf-template python s3-bucket terraform
Last synced: 6 months ago
JSON representation
AWS s3 bucket configuration with python and cdktf
- Host: GitHub
- URL: https://github.com/ahmadalibagheri/cdktf-python-aws-s3bucket
- Owner: ahmadalibagheri
- Created: 2022-03-08T08:34:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T06:35:56.000Z (over 3 years ago)
- Last Synced: 2025-03-25T18:45:20.649Z (7 months ago)
- Topics: aws, cdktf, cdktf-template, python, s3-bucket, terraform
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
* Explore the Terraform for Terraform [CLI](https://www.terraform.io/downloads.html) >= v1.0+
* Explore the CDK for cdktf [CLI](https://github.com/hashicorp/terraform-cdk#build)Add your AWS credentials as two environment variables, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, replacing AAAAAA with each respective values.
```shell
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
```shell
cdktf get
```Generate CDK for Terraform constructs for Terraform provides and modules used in the project.
```bash
cdktf synth
```