Skip to content

Commit

Permalink
Make google_logging_project_sink resource importable (hashicorp#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and danawillow committed Nov 7, 2017
1 parent 2dea092 commit b4900c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/r/logging_project_sink.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,11 @@ exported:

* `writer_identity` - The identity associated with this sink. This identity must be granted write access to the
configured `destination`.

## Import

Project-level logging sinks can be imported using their URI, e.g.

```
$ terraform import google_logging_project_sink.my_sink projects/my-project/sinks/my-sink
```

0 comments on commit b4900c4

Please sign in to comment.