-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |