Skip to content

Commit

Permalink
chore: remove incorrect capitalization from WI docs. (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Aug 26, 2021
1 parent 9d1274f commit 409ce48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/workload-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "my-app-workload-identity" {
name = "my-application-name"
namespace = "default"
project_id = "my-gcp-project-name"
roles = ["roles/storage.Admin", "roles/compute.Admin"]
roles = ["roles/storage.admin", "roles/compute.admin"]
}
```

Expand Down

0 comments on commit 409ce48

Please sign in to comment.