From b8f405303122bec9d82f84e9c35f61d5b467648e Mon Sep 17 00:00:00 2001 From: Keith Cantrell Date: Mon, 9 Mar 2026 14:06:56 -0500 Subject: [PATCH] Updated the location of the export FSxN to CF. --- Infrastructure_as_Code/CloudFormation/README.md | 5 +++-- Infrastructure_as_Code/README.md | 1 + README.md | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Infrastructure_as_Code/CloudFormation/README.md b/Infrastructure_as_Code/CloudFormation/README.md index 23d86574..e99245ed 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 ca49ec58..1dbf9ce4 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 a5251061..67432ad1 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)