Skip to content

Commit

Permalink
Amend detective/graph docs w/ how to provision multiple graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelding committed Dec 9, 2021
1 parent e2cfd14 commit 91a711b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/detective_graph.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# Resource: aws_detective_graph

Provides a resource to manage an [AWS Detective Graph](https://docs.aws.amazon.com/detective/latest/APIReference/API_CreateGraph.html) and only one can exist per region.
Provides a resource to manage an [AWS Detective Graph](https://docs.aws.amazon.com/detective/latest/APIReference/API_CreateGraph.html). As an AWS account may own only one Detective graph per region, provisioning multiple Detective graphs requires a separate provider configuration for each graph.

## Example Usage

Expand Down Expand Up @@ -40,4 +40,4 @@ In addition to all arguments above, the following attributes are exported:

```
$ terraform import aws_detective_graph.example arn:aws:detective:us-east-1:123456789101:graph:231684d34gh74g4bae1dbc7bd807d02d
```
```

0 comments on commit 91a711b

Please sign in to comment.