Skip to content

Commit 409ce48

Browse files
authored
chore: remove incorrect capitalization from WI docs. (terraform-google-modules#988)
1 parent 9d1274f commit 409ce48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/workload-identity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module "my-app-workload-identity" {
2222
name = "my-application-name"
2323
namespace = "default"
2424
project_id = "my-gcp-project-name"
25-
roles = ["roles/storage.Admin", "roles/compute.Admin"]
25+
roles = ["roles/storage.admin", "roles/compute.admin"]
2626
}
2727
```
2828

0 commit comments

Comments
 (0)