Skip to content

Releases: byu-oit/terraform-aws-postman-test-lambda

v5.0.3

25 Apr 17:46
94d6ad1
Compare
Choose a tag to compare

Resolves an error during terraform apply due to AWS changing default functionality of S3 ACLs.

https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/

v5.0.2

16 Mar 16:35
42cf8c0
Compare
Choose a tag to compare

Bump dependency

v5.0.1

03 Feb 19:34
e673c6a
Compare
Choose a tag to compare

Bump dependencies

v5.0.0

02 Nov 22:46
be356bb
Compare
Choose a tag to compare

Breaking change: we now require Terraform version 1.3.0 or above, and AWS provider version 4.0.0 or above.

This is a continuation of the work done to clean up warnings in #65. We discovered that we had to move to AWS provider 4.0.0 to resolve some remaining warnings.

What's Changed

  • Switch from aws_s3_bucket_object to aws_s3_object by @GaryGSC in #66

Full Changelog: v4.0.1...v5.0.0

v4.0.1

26 Oct 16:08
5eda650
Compare
Choose a tag to compare

What's Changed

  • Use newer TF resources for S3 buckets, rather than the now-deprecated resources by @GaryGSC in #65

Note
This update may initially generate some noise in Terraform plans as it "creates" a number of S3 resources. The resources it creates are equivalent to what we were already using, hence the patch release.

Full Changelog: v4.0.0...v4.0.1

v4.0.0

23 May 22:09
a563f61
Compare
Choose a tag to compare

This update primarily bumps the Lambda runtime to nodejs16.x.

It's a major version update due to the requirement that the AWS provider be recent (and by extension, the TF version). Apart from updating those versions, no code changes should be necessary.

Specifically, we require Terraform version 1.0.0 or above, and AWS provider version 3.75.2 or above.

For more details, see #58.

v3.2.4

12 Jan 17:43
465488f
Compare
Choose a tag to compare

Apply log_retention_in_days to the S3 logging bucket. (Previously, this variable only applied to the CloudWatch log group. The S3 bucket was hard coded at 120 days.)

v3.2.3

22 Sep 15:59
07f6e41
Compare
Choose a tag to compare

Allow s3 buckets to be emptied.

v3.2.2

13 Aug 20:03
53bfd4a
Compare
Choose a tag to compare
  • Make it harder to accidentally make the contents of the log bucket public (#44)

v3.2.1

13 Aug 18:11
6ca36fa
Compare
Choose a tag to compare