Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bea Zhang committed Oct 3, 2022
1 parent d853732 commit d5c1781
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,20 @@ PASS

## Using the custom AWS detonator and Terratest to prepare infrastructure

See [custom-aws-detonator-terratest](./custom-aws-detonator-terratest).
See [custom-aws-detonator-terratest](./custom-aws-detonator-terratest).

## Using the local detonator

Setup: Export DD API key and App key as environment variables
```
export DD_API_KEY=<API_KEY>
export DD_APP_KEY=<APP_KEY>
```

Sample usage:
```
go test local_detonator_test.go -v
```

Sample output:

0 comments on commit d5c1781

Please sign in to comment.