Skip to content

Commit 4c5f15c

Browse files
committed
Added instructions on how to create a secret.
1 parent a2855a5 commit 4c5f15c

File tree

1 file changed

+4
-2
lines changed
  • CloudFormation/NetApp-FSxN-Custom-Resources-Samples

1 file changed

+4
-2
lines changed

CloudFormation/NetApp-FSxN-Custom-Resources-Samples/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,16 @@ This allows you to use any username you want. If you want to use fsxadmin (the d
9999
The following command can be used to create a secret:
100100
```
101101
aws 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
110112
Once you have done the above steps you are ready to start using the examples in this repository.
111113

112114
| File | Description |

0 commit comments

Comments
 (0)