Fix typo in docs/installing/no-gen-resources (#1260)

pull/1266/head
Daniel Kravetz 5 years ago committed by GitHub
parent 6cfc1a7753
commit f14d8ced2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -281,8 +281,8 @@ allows you to manage them independently and fully within Terraform or via the CL
The following example creates 4 roles:
1. To allow anonymouns (unauthenticated) users the ability to list scopes and auth methods in the global scope.
1. To allow anonymouns (unauthenticated) users the ability to list scopes and auth methods in the orgnaization scope.
1. To allow anonymous (unauthenticated) users the ability to list scopes and auth methods in the global scope.
1. To allow anonymous (unauthenticated) users the ability to list scopes and auth methods in the organization scope.
1. To allow `myuser` user administration grants at the org scope.
1. To allow `myuser` user administration grants at the project scope.

Loading…
Cancel
Save