Releases: scribd/terraform-aws-datadog
Releases · scribd/terraform-aws-datadog
v2.1.0
2.1.0 (2021-03-16)
Features
- changes dd lambda default version from v3.17.0 to v3.27.0 (8e455a8)
v2.0.1
2.0.1 (2021-01-22)
Bug Fixes
- Add missing cloudwatch:ListMetrics access for AWS integration (#27) (f7c80c2)
v2.0.0
2.0.0 (2020-11-06)
Features
- drop support for terraform 0.12.x (be79b7e)
BREAKING CHANGES
- Please use a version constraint for this module
if you are staying on terraform 0.12.x
Example:
module "datadog" {
source = "scribd/datadog/aws"
version = "1.3.5"
# insert the 1 required variable here
}
v1.3.5
1.3.5 (2020-11-06)
Reverts
- Revert "fix: use proper provider source for datadog" (7240d04)
v1.3.4
1.3.4 (2020-11-03)
Bug Fixes
- use proper provider source for datadog (6f292e7)
v1.3.3
1.3.3 (2020-11-03)
Bug Fixes
- make minimum terraform version requirement an actual minimum (f39e5e6)
- use a range of versions to limit the required versions (d98714a)
v1.3.2
1.3.2 (2020-10-29)
Bug Fixes
- Add cloudtrail:LookupEvents IAM rights (#19) (bba2d91)
v1.3.1
1.3.1 (2020-10-25)
Bug Fixes
- Add missing IAM permissions for new version of log forwarder (#18) (b741a4b)
v1.3.0
1.3.0 (2020-09-02)
Features
- log forwarding: support DdSite option + upgrade default CF template version used (1e0f7bc)
v1.2.1
1.2.1 (2020-08-10)
Bug Fixes
- use name_prefix instead of static name to avoid (36a8077)