Skip to content

Commit

Permalink
Docs for domain allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
diab42 committed Nov 8, 2024
1 parent 4286ebb commit 715e060
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/resources/domain_allowlist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "datadog_domain_allowlist Resource - terraform-provider-datadog"
subcategory: ""
description: |-
Provides the Datadog Email Domain Allowlist resource. This can be used to manage the Datadog Email Domain Allowlist.
---

# datadog_domain_allowlist (Resource)

Provides the Datadog Email Domain Allowlist resource. This can be used to manage the Datadog Email Domain Allowlist.

## Example Usage

```terraform
resource "datadog_ip_allowlist" "example" {
enabled = false
domains = ["@test.com", "@datadoghq.com"]
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `domains` (List of String) The domains within the domain allowlist.
- `enabled` (Boolean) Whether the Email Domain Allowlist is enabled.

### Read-Only

- `id` (String) The ID of this resource.

0 comments on commit 715e060

Please sign in to comment.