Skip to content

Releases: RSS-Engineering/terraform

v1.4.2-alpha

24 Jun 18:22
Compare
Choose a tag to compare
v1.4.2-alpha Pre-release
Pre-release

Full Changelog: v1.4.1...v1.4.2

v1.4.1

09 Apr 18:46
c817add
Compare
Choose a tag to compare

What's Changed

Identity Token Rotation

New Contributors

Full Changelog: v1.4.0...v1.4.1

New Modules and Improvements to API Gateway

26 Oct 16:37
9478894
Compare
Choose a tag to compare

What's Changed

API Gateway

  • Add support for child paths up to 5 levels deep by @explorigin in #29
  • Remove data block for Lambda function lookups by @szilveszter in #33
  • Add 'redeployment_hash' variable by @explorigin in #35
  • Parse the whole path for params by @explorigin in #36
  • Remove unused local which causes errors when there's no root route by @kevin-secrist in #41
  • Hash full resources for apigw redeployment by @kevin-secrist in #42
  • Remove workaround and allow qualified arns to be used #43
    • Breaking: now requires AWS terraform provider >= 4.30.0
  • Allow consumer to self-manage lambda permissions by @kevin-secrist in #45
    • Mostly superseded by #46
  • Grant permission to invoke lambdas by policy by @kevin-secrist in #46

Security Hub / GuardDuty [NEW]

S3 Bucket / S3 Access Logging [NEW]

  • New modules added for creating simple s3 buckets and access logging by @kevin-secrist in #38

GHA Attach Plan to PR

New Contributors

Full Changelog: v1.3.0...v1.4.0

Datadog integration and updates to api_gateway module

15 Mar 11:30
7a4fb88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - Add APIGateway V1 Module

23 Jan 14:20
5f9b358
Compare
Choose a tag to compare

v1.1.7 - Support SSM for kms_secret_keys

28 Oct 15:04
d12b5f4
Compare
Choose a tag to compare

Thanks to @szilveszter for SSM support for KMS secret keys. Just add ssm_parameter_prefix or see the docs for more details.

v1.1.6 - Fix add_plan_to_pr = 'false'

06 Sep 13:28
5b9468e
Compare
Choose a tag to compare

Because of a quirk of GH actions, setting add_plan_to_pr = 'false' would be interpreted as true.

v1.1.5 - Better bugfix for very large plans

01 Sep 17:13
c478d4c
Compare
Choose a tag to compare
Merge pull request #16 from RSS-Engineering/fix-echo-overflow

Fix bash command overflow with large plans (part 2)

v1.1.4 - Bugfix for very large plans

01 Sep 15:00
6870423
Compare
Choose a tag to compare

v1.1.3 - Bugfix and More workflows

02 Jun 17:10
79996a0
Compare
Choose a tag to compare
  • Added documentation for distinct planning and deployment workflows
  • Fixed logic for validating terraform files in plan action.