You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.Set up your Terraform configuration file using the example below as a base template. Ensure to update the following parameters before you apply the changes:
280
+
2.Select the tab for your AWS account type, and then use the example below as a base template to set up your Terraform configuration file. Ensure to update the following parameters before you apply the changes:
281
281
*`AWS_PERMISSIONS_LIST`: The IAM policies needed by Datadog AWS integrations. The current list is available in the [Datadog AWS integration][1] documentation.
282
282
*`AWS_ACCOUNT_ID`: Your AWS account ID.
283
283
284
-
See the [Terraform Registry][2] for further example usage and the full list of optional parameters, as well as additional Datadog resources.
284
+
{{< tabs >}}
285
+
286
+
{{% tab "AWS Commercial Cloud" %}}
285
287
286
288
```hcl
287
289
data "aws_iam_policy_document" "datadog_aws_integration_assume_role" {
See the [Terraform Registry][2] for further example usage and the full list of optional parameters, as well as additional Datadog resources.
445
+
360
446
<divclass="alert alert-info"></a><strong>Note</strong>: By default, the above configuration doesn't include Cloud Security. To enable Cloud Security, under <code>resources_config</code>, set <code>cloud_security_posture_management_collection = true</code>.</div>
0 commit comments