terraform-aws-datadog-forwarders
terraform-aws-datadog-forwarders copied to clipboard
Terraform module to create resources on AWS to forward logs/metrics to Datadog πΊπ¦
## Description This might be halfway between a "bug" (because of the description) and a feature request at the same time... The `s3_log_bucket_arns` variable in https://github.com/terraform-aws-modules/terraform-aws-datadog-forwarders/tree/master/modules/log_forwarder has a description that...
## Is your request related to a new offering from AWS? Not related to AWS Provider ## Is your request related to a problem? Please describe. The log forwarder lambda...
## Description The module does not entirely support using the **DD_FETCH_LOG_GROUP_TAGS** feature of the Log Forwarder. A crucial IAM permission is missing from the policy attached to the Lambda function....
## Description The 6.2.0 version of the module doesn't seem to be available in the Terraform registry, the latest one there is 6.1.0: https://registry.terraform.io/modules/terraform-aws-modules/datadog-forwarders/aws/latest - [X] β I have searched...
## Description rds_em and vpc_fl lambda runtimes `python3.8` are EOL and not supported anymore by AWS. As the upstream datadog-serverless-functions project recently updated their code to support `python3.12` (https://github.com/DataDog/datadog-serverless-functions/commit/9f83fbd83ddb73d49db61e14a9cf5ea65bb5c634) this...
## Description When using an ephemeral Terraform environment, such as Spacelift's CICD, the download of the Log Forwarder Lambda ZIP file does not persist, but as the download of `null_resource.this`...