Skip to content

Releases: cruxstack/terraform-aws-s3-zip-uploader

v1.1.1

17 Jul 13:19
Compare
Choose a tag to compare

1.1.1 (2023-07-17)

Development

  • fix the devcontainer settings (105bda6)

v1.1.0

14 Jul 16:39
Compare
Choose a tag to compare

1.0.0 (2023-07-13)

This Terraform module is a utility for uploading the contents of a ZIP file to an AWS S3 bucket. It's especially useful when you need to manage an unknown number of files at plan time, a scenario where Terraform's built-in capabilities fall short.

Features

  • Handles an unknown number of files at plan time by working with ZIP files.
  • Uploads a ZIP file from a local path to an S3 bucket.
  • Unzips the ZIP file and uploads its contents to an S3 bucket.
  • Provides customizable options for bucket names and paths.
  • Automatically creates and configures necessary AWS resources.

This module offers a handy solution for deploying static websites, managing large data sets, and handling other situations where the number of files can't be determined in advance.