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
This commit is contained in:
parent
cb1361ade3
commit
0e613a0980
1 changed files with 2 additions and 0 deletions
|
|
@ -197,8 +197,10 @@ This CloudFormation template will configure the IdP for you.
|
|||
```yaml
|
||||
Parameters:
|
||||
GitHubOrg:
|
||||
Description: Name of GitHub organization/user (case sensitive)
|
||||
Type: String
|
||||
RepositoryName:
|
||||
Description: Name of GitHub repository (case sensitive)
|
||||
Type: String
|
||||
OIDCProviderArn:
|
||||
Description: Arn for the GitHub OIDC Provider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue