Skip to content

Commit 5b9e48e

Browse files
authored
Merge pull request #342 from NetApp/341-docs-aws-fsx-guide-page-syntax
Edit aws-config-for-fsx.md.
2 parents 2dcb2d3 + 047dc6d commit 5b9e48e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/aws-config-for-fsx.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ The shared AWS config and credentials files contain a set of profiles. A profile
1616
[AWS shared config and credentials file format](https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html)
1717
[AWS shared config and credentials file location](https://docs.aws.amazon.com/sdkref/latest/guide/file-location.html)
1818

19-
You must setup credentials files to use Fsx ONTAP.
19+
You must setup credentials files to use Fsx ONTAP.\
2020
Example of AWS credentials file
21+
```
2122
[fsx]
2223
aws_access_key_id = <aws_access_key_id>
2324
aws_secret_access_key = <aws_secret_access_key>
25+
```
2426

2527
You can either specify `region` in the `connection_profiles` or in the AWS config files. If both palces have region set up, the region in the Terraform config file will be used. The profile name must be the same in both AWS config and credentials files.
2628
Example of region dlecaration in AWS config profile

0 commit comments

Comments
 (0)