Skip to content

Add S3 bucket and DynamoDB table modulesAdd Terraform modules for S3 bucket and DynamoDB table#79

Open
Vikas-Abhimanyu wants to merge 1 commit intoartisantek:mainfrom
Vikas-Abhimanyu:feature/s3-dynamodb-modules
Open

Add S3 bucket and DynamoDB table modulesAdd Terraform modules for S3 bucket and DynamoDB table#79
Vikas-Abhimanyu wants to merge 1 commit intoartisantek:mainfrom
Vikas-Abhimanyu:feature/s3-dynamodb-modules

Conversation

@Vikas-Abhimanyu
Copy link

This PR adds two new modules under modules/:

  • s3_bucket: Creates an S3 bucket with optional versioning and tagging.
  • dynamodb_table: Creates a DynamoDB table with configurable keys, billing mode, and capacity.

Each module includes:

  • main.tf for resource definitions
  • vars.tf for input variables
  • outputs.tf for outputs

These modules follow the same structure as the existing EC2 module and provide reusable building blocks for AWS infrastructure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments