diff --git a/Infrastructure_as_Code/CloudFormation/README.md b/Infrastructure_as_Code/CloudFormation/README.md index 23d8657..e99245e 100644 --- a/Infrastructure_as_Code/CloudFormation/README.md +++ b/Infrastructure_as_Code/CloudFormation/README.md @@ -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 diff --git a/Infrastructure_as_Code/README.md b/Infrastructure_as_Code/README.md index ca49ec5..1dbf9ce 100644 --- a/Infrastructure_as_Code/README.md +++ b/Infrastructure_as_Code/README.md @@ -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) diff --git a/README.md b/README.md index a525106..67432ad 100644 --- a/README.md +++ b/README.md @@ -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)