Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Infrastructure_as_Code/CloudFormation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ This subfolder contains samples that can help you create CloudFormation template

| Tool | Description |
| --- | --- |
| [Deploy FSx for ONTAP](/CloudFormation/deploy-fsx-ontap) | This sample shows how to deploy an FSx for ONTAP cluster using CloudFormation. |
| [NetApp CloudFormation Custom Resources Samples](/CloudFormation/NetApp-FSxN-Custom-Resources-Samples) | This folder has examples of using the NetApp FSxN custom resources to manage FSx for ONTAP file system. |
| [Deploy FSx for ONTAP](deploy-fsx-ontap) | This sample shows how to deploy an FSx for ONTAP cluster using CloudFormation. |
| [Export FSx for ONTAP Configuration to CloudFormation](Export-FSxN-CloudFormation) | This sample exports the current configuration of an FSxN into a CloudFormation template. |
| [NetApp CloudFormation Custom Resources Samples](NetApp-FSxN-Custom-Resources-Samples) | This folder has examples of using the NetApp FSxN custom resources to manage FSx for ONTAP file system. |

## Author Information

Expand Down
1 change: 1 addition & 0 deletions Infrastructure_as_Code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This folder contains code samples and automation scripts for FSx for NetApp ONTA
* [Volume Management](Ansible/Volume_Management)
* [CloudFormation](CloudFormation)
* [NetApp-FSxN-Custom-Resources-Samples](CloudFormation/NetApp-FSxN-Custom-Resources-Samples)
* [Export FSx for ONTAP Configuration to CloudFormation](CloudFormation/Export-FSxN-CloudFormation)
* [deploy-fsx-ontap](CloudFormation/deploy-fsx-ontap)
* [Terraform](Terraform)
* [FSx ONTAP deployment using Terraform](Terraform/deploy-fsx-ontap)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Have a great idea? We'd love to hear it! Please email us at [ng-fsxn-github-samp
* [Volume Management](/Infrastructure_as_Code/Ansible/Volume_Management)
* [CloudFormation](/Infrastructure_as_Code/CloudFormation)
* [NetApp-FSxN-Custom-Resources-Samples](/Infrastructure_as_Code/CloudFormation/NetApp-FSxN-Custom-Resources-Samples)
* [Export FSx for ONTAP Configuration to CloudFormation](/Infrastructure_as_Code/CloudFormation/Export-FSxN-CloudFormation)
* [deploy-fsx-ontap](/Infrastructure_as_Code/CloudFormation/deploy-fsx-ontap)
* [Terraform](/Infrastructure_as_Code/Terraform)
* [FSx ONTAP deployment using Terraform](/Infrastructure_as_Code/Terraform/deploy-fsx-ontap)
Expand Down