Skip to content

Commit

Permalink
Improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
txominpelu committed Jun 26, 2020
1 parent 32851a8 commit 1463897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/logs_archive.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Create a Datadog logs archive:

```hcl
resource "datadog_logs_archive" "my_s3_archive" {
name = "my first s3 archive after update"
query = "service:tutu"
name = "my s3 archive"
query = "service:myservice"
s3 = {
bucket = "my-bucket"
path = "/path/foo"
account_id = "001234567888"
role_name = "testacc-datadog-integration-role"
role_name = "my-role-name"
}
}
```
Expand Down

0 comments on commit 1463897

Please sign in to comment.