Skip to content

Commit

Permalink
Change example to match config in public docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diab42 committed Nov 8, 2024
1 parent 715e060 commit dbd6336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/domain_allowlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Provides the Datadog Email Domain Allowlist resource. This can be used to manage

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

Expand Down
4 changes: 2 additions & 2 deletions examples/resources/datadog_domain_allowlist/resource.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "datadog_ip_allowlist" "example" {
enabled = false
domains = ["@test.com", "@datadoghq.com"]
enabled = true
domains = ["@gmail.com"]
}

0 comments on commit dbd6336

Please sign in to comment.