Paul M.
Paul M.
The module's CloudTrail option depends on [references to an externally-created S3 bucket](https://github.com/scribd/terraform-aws-datadog/blob/master/vars.tf#L11-L20). If the bucket already has a notification configuration, the [module overwrites it](https://github.com/scribd/terraform-aws-datadog/blob/master/logs_monitoring_cloudtrail.tf#L11-L20). Conversely, adding a notification configuration outside...
Added in an [August, 2021 change](https://github.com/scribd/terraform-aws-datadog/commit/8411cadea20cfb5f113d9ce54c85919eff9a14e6), the `extra_policy_arns` module variable offers one way to support the optional [Datadog / AWS CloudTrail integration](https://docs.datadoghq.com/integrations/amazon_cloudtrail/#event-collection). The implementation's use of `for_each` may, however, lead...