Skip to content

Commit 0e613a0

Browse files
authored
docs: add note about case sensivity to CloudFormation template (#696)
* docs: add note about case sensivity to CloudFormation template * Move case-sensivity notes to CloudFormation template
1 parent cb1361a commit 0e613a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,10 @@ This CloudFormation template will configure the IdP for you.
197197
```yaml
198198
Parameters:
199199
GitHubOrg:
200+
Description: Name of GitHub organization/user (case sensitive)
200201
Type: String
201202
RepositoryName:
203+
Description: Name of GitHub repository (case sensitive)
202204
Type: String
203205
OIDCProviderArn:
204206
Description: Arn for the GitHub OIDC Provider.

0 commit comments

Comments
 (0)