Releases: DataDog/terraform-module-datadog-agentless-scanner
Releases · DataDog/terraform-module-datadog-agentless-scanner
0.11.12
- Add initial GCP support with Terraform modules and examples (
single_regionandcross_project) - Add permissions for scanning GCE and Artifact Registry images
- Support custom scanner and agent configuration
- Improve S3 lifecycle rules and enable KMS key rotation on RDS exports
- Fix API call Content-Type in ARM template
- Use scanner health check endpoint instead of custom service
0.11.11
0.11.10
Version 0.11.10 - 2025-02-23
- AWS: Add support for AutoScaling.
- Documentation improvements
Full Changelog: 0.11.9...0.11.10
0.11.9
Version 0.11.9 - 2025-02-14
- Azure: expose vnet_cidr parameter in main module
Full Changelog: 0.11.8...0.11.9
0.11.8
0.11.7
Version 0.11.7 - 2024-12-10
- Add support for AWS ECR registry scanning
- Add support for scanning AWS RDS databases
- Add sensitive_data_scanning_rds_enabled parameter to opt-in to AWS RDS databases scanning
- Add S3 module to create a bucket used by the scanner to store temporary files (example: RDS exports)
0.11.6
- Prevent Datadog Agent from starting before its configuration has been changed.
0.11.5
- Scanner role delegations based on a account_id wildcard by default: variable
account_rolesis now optional and defaults to allowing all accounts. This was done to simplify the cross-account setups. - Scanner role delegations can be limited to a specific list of organizational unit paths via the
account_org_pathsvariable. This can be used to restrict the scanner to only scan resources in specific organizational units.