Skip to content

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

v1.3.1

12 Aug 11:43
Compare
Choose a tag to compare

1.3.1 (2023-08-12)

Documentation

  • update copy related to null-label vars (3741dce)

v1.3.0

11 Aug 13:51
Compare
Choose a tag to compare

1.3.0 (2023-08-11)

Refactors

v1.2.0

11 Aug 13:32
Compare
Choose a tag to compare

1.2.0 (2023-08-11)

Refactors

  • update variables descriptions (df461db)

Development

Chores

  • resolve issues with deprecated resources (d4b5721)

Documentation

v1.1.6

03 Aug 23:51
Compare
Choose a tag to compare

1.1.6 (2023-08-03)

Development

  • update reference to old gh org (395c894)

v1.1.5

01 Aug 13:03
Compare
Choose a tag to compare

1.1.5 (2023-08-01)

Development

  • switch to aws v2 and install pip3 (f44c355)

v1.1.4

31 Jul 19:32
Compare
Choose a tag to compare

1.1.4 (2023-07-31)

Development

  • refactor devcontainer and mount aws config from host for devcontainer (08c7108)

Documentation

  • update usages and inputs sections (8dc3bb7)

v1.1.3

17 Jul 14:17
Compare
Choose a tag to compare

1.1.3 (2023-07-17)

Development

  • fix all issues with s3-website example (3661487)

v1.1.2

17 Jul 13:50
8507146
Compare
Choose a tag to compare

1.1.2 (2023-07-17)

Development

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.