terraform-aws-datadog icon indicating copy to clipboard operation
terraform-aws-datadog copied to clipboard

Terraform module for setting up AWS Datadog integration

Results 7 terraform-aws-datadog issues
Sort by recently updated
recently updated
newest added

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...

bug
documentation
help wanted

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...

The count logic here is relying on resources pre-existing with known outputs: https://github.com/scribd/terraform-aws-datadog/blob/b0c3afedc2eb0e50a995ae352f713a3e0b613767/logs_monitoring_cloudtrail.tf#L3 https://github.com/scribd/terraform-aws-datadog/blob/b0c3afedc2eb0e50a995ae352f713a3e0b613767/logs_monitoring_cloudtrail.tf#L13 For example, If comment out the module instantiation, create my s3 bucket, then uncomment the module...

I want to supply a tags parameter with an arbitrary map of tags, potentially eliminating the hard coded Namespace and Env parameters. So that I don't have to be limited...

This breaks when enable_aws_integration is not true.

bug