Releases: rhythmictech/terraform-aws-datadog
Improved usage monitoring
Forecast usage monitoring was not effective, so switched to cumulative metrics. Also added renotification support for usage monitors.
There are minor breaking changes in this release if you use forecast estimated usage monitoring.
Fix resource collection
The DD provider switched from resource_collection_enabled to extended_resource_collection_enabled a while back but in the first provider version that deprecated the former, the new resource name did not actually cause the feature to be enabled. That has been long since fixed and now, resource_collection_enabled no longer works (even though it just gives a warning that it's deprecated.
Bumped the min provider version and switched to the new var. Note that there is still a deprecation warning due to the new-ish datadog_integration_aws_account resource. This module will switch over to that soon.
v1.3.0
What's Changed
- add configurable support for securityhub integration
- added delay after creating the
datadog_integration_aws_lambda_arnresource to fix a timing issue in the Datadog provider - updated IAM perms for recent AWS features
- added additional examples, including a useful one to keep Datadog from running up your bill talking about itself
Full Changelog: v1.2.0...v1.3.0
v1.3.0-rc2
Full Changelog: v1.3.0-rc1...v1.3.0-rc2
v1.3.0-rc1
- Update IAM permissions for recent changes
- Add configurable support for the Datadog SecurityHub integration.
Full Changelog: v1.2.0...v1.3.0-rc1
v1.2.0
What's Changed
- Update IAM permissions to Datadog's latest
- Bug fix on log index daily limits to cause it to work
Full Changelog: v1.1.0...v1.2.0
v1.2.0-rc1
Full Changelog: v1.1.0...v1.2.0-rc1
GovCloud support
Breaking Changes
- CloudTrail forwarder syntax has changed
Notes
- Added support for IAM User Authentication and flexible partitions to support GovCloud
- Enhanced log forwarder to support more than just CloudTrail
Usage monitoring
What's Changed
- Refactored RDS enhanced monitoring
- Added experimental support for monitoring Datadog usage based on anomaly detection and forecasts
- Manage the Datadog main log index
- Bump versions
Full Changelog: v0.10.4...v1.0.0
All the things
- Refactored RDS enhanced monitoring
- Added experimental support for monitoring Datadog usage based on anomaly detection and forecasts
- Manage the Datadog main log index
- Bump versions