Adds new datadog_aws_account_v2 resource that utilizes the datadogV2 AWS Integrations V2 API.
This resource is meant to replace the following resources from our v1 provider:
datadog_integration_aws - all existing functionality (auth config, regions config, metrics collection, metrics namespace filters, resource collection, account tags) is covered in the new resource
datadog_integration_aws_lambda_arn - made redundant now that the datadog_aws_account_v2 account resource includes logs_config.lambda_forwarder.lambdas as a sub-field
datadog_integration_aws_log_collection - made redundant now that the datadog_aws_account_v2 account resource includes logs_config.lambda_forwarder.sources as a sub-field
datadog_integration_aws_tag_filter - made redundant now that the datadog_aws_account_v2 account resource includes metrics_config.tag_filters as a sub-field
Adds new
datadog_aws_account_v2
resource that utilizes thedatadogV2
AWS Integrations V2 API.This resource is meant to replace the following resources from our v1 provider:
datadog_aws_account_v2
account resource includeslogs_config.lambda_forwarder.lambdas
as a sub-fielddatadog_aws_account_v2
account resource includeslogs_config.lambda_forwarder.sources
as a sub-fielddatadog_aws_account_v2
account resource includesmetrics_config.tag_filters
as a sub-field