Skip to content

Releases: idealo/terraform-aws-mwaa

v1.3.0

17 May 15:00
3542c23
Compare
Choose a tag to compare

1.3.0 (2022-05-17)

Features

v1.2.0

07 Apr 15:13
d68433f
Compare
Choose a tag to compare

1.2.0 (2022-04-07)

Features

  • add weekly_maintenance_window_start config (#70) (d68433f)

v1.1.2

10 Mar 16:27
9278323
Compare
Choose a tag to compare

1.1.2 (2022-03-10)

Features

  • Allow logging config (#58) (actual changes in #62)
  • Allow passing the ARN of customer managed KMS key (CMK) as kms_key_arn for data encryption. Must be the same key as used by the S3 bucket passed as source_bucket_arn, if that bucket used KMS. If no CMK ARN is given, the behavior is the same as before (module version <= 1.0.1)

Bug Fixes

  • Fix module behaviour for KMS usage for backward compatibility with version 1.0.1 (#64) (9278323)
    (fixes stuff added in #61 #62 #63)

v1.1.1

10 Mar 15:30
Compare
Choose a tag to compare

Broken, don't use this version!

1.1.1 (2022-03-10)

Bug Fixes

  • fix KMS key creation if var kms_key is not given (4400f54)

v1.1.0

10 Mar 15:22
3f3355b
Compare
Choose a tag to compare

Broken, don't use this version!

1.1.0 (2022-03-10)

Features

  • use customer managed KMS key for MWAA / allow logging config (#58) (#62) (3f3355b)

v1.0.1

10 Mar 09:53
Compare
Choose a tag to compare

Same functionality as 1.0.0

Creates a managed IAM policy for the MWAA execution role rather than an inline policy. This turned out to not help with the security issues, but rather generate different or even more warnings. This is reverted in release 1.1.0 (which is broken because of other issues). So better use 1.0.0 or jump to to 1.1.2 which allows you to create your own KMS key and pass its ARN to this module.

1.0.1 (2022-03-10)

Bug Fixes

v1.0.0

16 Feb 09:11
7cd6902
Compare
Choose a tag to compare

1.0.0 (2022-02-16)

Bug Fixes

  • fix dags_s3_path variable default (#56) (7cd6902)

BREAKING CHANGES

  • default of dags_s3_path changed from "/dags" to "dags/"

v0.2.4

09 Feb 08:11
abdf480
Compare
Choose a tag to compare

0.2.4 (2022-02-09)

Bug Fixes

v0.2.3

05 Jan 14:02
3338512
Compare
Choose a tag to compare

0.2.3 (2022-01-05)

Bug Fixes

  • Remove unused public route table (#44) (3338512)

v0.2.2

26 Dec 14:55
e16f607
Compare
Choose a tag to compare

0.2.2 (2021-12-26)

Bug Fixes

  • fix replace hardcoded region with variable (#43) (e16f607)