Skip to content

Commit

Permalink
Update documentation with useful role to access secret (#6739)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodegus committed Jul 7, 2020
1 parent d521e92 commit 47fb997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/secret_manager_secret_iam.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "google_secret_manager_secret_iam_binding" "binding" {
resource "google_secret_manager_secret_iam_member" "member" {
project = google_secret_manager_secret.secret-basic.project
secret_id = google_secret_manager_secret.secret-basic.secret_id
role = "roles/viewer"
role = "roles/secretmanager.secretAccessor"
member = "user:jane@example.com"
}
```
Expand Down

0 comments on commit 47fb997

Please sign in to comment.