|
2 | 2 |
|
3 | 3 | ### Possible Breaking Change |
4 | 4 |
|
5 | | -The `module "datadog_integration"` and `module "store_write"` had been changed |
6 | | -in an earlier PR from a module without a `count` |
7 | | -to a module with a `count` of zero or one. This PR changes it back to a module |
8 | | -without a count. If you were using the module with a `count` of zero or one, |
9 | | -applying this new version will cause it be destroyed and recreated. This should only |
10 | | -cause a very brief outage in your Datadog monitoring. |
| 5 | +The `module "datadog_integration"` and `module "store_write"` had been changed in an earlier PR from a module without a |
| 6 | +`count` to a module with a `count` of zero or one. This PR changes it back to a module without a count. If you were |
| 7 | +using the module with a `count` of zero or one, applying this new version will cause it be destroyed and recreated. This |
| 8 | +should only cause a very brief outage in your Datadog monitoring. |
11 | 9 |
|
12 | 10 | ### New Integration Options |
13 | 11 |
|
14 | 12 | This PR adds the following new integration options: |
15 | 13 |
|
16 | | -- `cspm_resource_collection_enabled` - Enable Datadog Cloud Security Posture Management scanning of your AWS account. See [announcement](https://www.datadoghq.com/product/cloud-security-management/cloud-security-posture-management/) for details. |
17 | | -- `metrics_collection_enabled` - When enabled, a metric-by-metric crawl of the CloudWatch API pulls data and sends it |
18 | | -to Datadog. New metrics are pulled every ten minutes, on average. |
19 | | -- `resource_collection_enabled` - Some Datadog products leverage information about how your AWS resources ( |
20 | | -such as S3 Buckets, RDS snapshots, and CloudFront distributions) are configured. |
21 | | -When `resource_collection_enabled` is `true`, Datadog collects this information |
22 | | -by making read-only API calls into your AWS account. |
| 14 | +- `cspm_resource_collection_enabled` - Enable Datadog Cloud Security Posture Management scanning of your AWS account. |
| 15 | + See [announcement](https://www.datadoghq.com/product/cloud-security-management/cloud-security-posture-management/) for |
| 16 | + details. |
| 17 | +- `metrics_collection_enabled` - When enabled, a metric-by-metric crawl of the CloudWatch API pulls data and sends it to |
| 18 | + Datadog. New metrics are pulled every ten minutes, on average. |
| 19 | +- `resource_collection_enabled` - Some Datadog products leverage information about how your AWS resources ( such as S3 |
| 20 | + Buckets, RDS snapshots, and CloudFront distributions) are configured. When `resource_collection_enabled` is `true`, |
| 21 | + Datadog collects this information by making read-only API calls into your AWS account. |
0 commit comments