File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
CloudFormation/NetApp-FSxN-Custom-Resources-Samples Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,16 @@ This allows you to use any username you want. If you want to use fsxadmin (the d
9999The following command can be used to create a secret:
100100```
101101aws secretsmanager create-secret --name <secret-name> --secret-string '{"<key-name>":"<username>:<password>"}'
102-
103- Where
102+ ```
103+ Where:
104+ ```
104105<secret-name> is the name you want to give the secret.
105106<key-name> is the name of the key in the secret. It can be anything you want.
106107<username> is the username you want to use to manage the FSx for ONTAP file system.
107108<password> is the password for the username.
108109```
109110
111+ ## Sample CloudFormation Templates
110112Once you have done the above steps you are ready to start using the examples in this repository.
111113
112114| File | Description |
You can’t perform that action at this time.
0 commit comments