Skip to content

Releases: scribd/terraform-aws-datadog

v3.0.0-alpha.1

14 Mar 19:46
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

3.0.0-alpha.1 (2022-03-14)

  • feat!: enable support for aws provider 4.0+ (a6c81da)

BREAKING CHANGES

  • Each of the new aws_s3_bucket_* resources relies on S3 API calls that utilize a PUT action in order to modify the target S3 bucket. Because these API calls adhere to standard HTTP methods for REST APIs, they should handle situations where the target configuration already exists (as noted in the HTTP RFC). Given that this is the case, it's not strictly necessary to import any new aws_s3_bucket_* resources that are a one-to-one translation from previous versions of the AWS provider -- on the next terraform apply, they'll attempt the PUT, and update the state with the results as necessary. There is, however, a downside to this approach in that the diff will show each of the new resources as needing to be created.

v2.7.0

07 Mar 20:02
Compare
Choose a tag to compare

2.7.0 (2022-03-07)

Features

  • enable support for Datadog provider 3.x (e42de0e)

v2.6.1

07 Mar 19:57
Compare
Choose a tag to compare

2.6.1 (2022-03-07)

Bug Fixes

  • restrict aws provider to <4 for this major branch (#47) (07de45a)

v2.6.0

19 Jan 03:36
Compare
Choose a tag to compare

2.6.0 (2022-01-19)

Bug Fixes

  • explicitly specify the versions for semantic-release (#42) (09bd8b9)

Features

  • enable support for Terraform 1.1.3 (#40) (51c5279)

v2.5.0

01 Oct 22:56
Compare
Choose a tag to compare

2.5.0 (2021-10-01)

Features

  • added states permissions to dd module's IAM policy (#38) (0cb8ab8)

v2.4.0

25 Aug 01:53
Compare
Choose a tag to compare

2.4.0 (2021-08-25)

Features

v2.3.1

17 Aug 21:31
Compare
Choose a tag to compare

2.3.1 (2021-08-17)

Bug Fixes

  • Merge pull request #35 from scribd/taylorsmcclure/fix-iam-policy-v2 (7bf7868)

v1.3.6

17 Aug 21:33
Compare
Choose a tag to compare

1.3.6 (2021-08-17)

Bug Fixes

  • fix datadog IAM policy to prevent numerous CloudTrail errors (01b35db)

v2.3.0

14 Jul 20:16
Compare
Choose a tag to compare

2.3.0 (2021-07-14)

Features

  • enable support for Terraform 1.0 (#32) (5410502)

v2.2.0

19 Mar 17:57
Compare
Choose a tag to compare

2.2.0 (2021-03-19)

Features

  • enable support for terraform 0.14 (c65a0d0)