You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Terraform/fsxn-replicate/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
## Introduction
4
4
This repository contains a method to take an existing FSx for ONTAP file system and replicate volumes to a new FSx for ONTAP file system for disaster recovery or backup purposes. It leverages both AWS FSx Terraform provider as well as the ONTAP Terraform provider.
5
-
Note: Currently supports replicating volumes within a single SVM.
5
+
6
+
Note: Currently it supports replicating volumes within a single SVM.
6
7
7
8
## Setup
8
9
@@ -26,7 +27,7 @@ These variables are to be filled in the terraform.tfvars file, please see instru
26
27
| prime_hostname | Hostname or IP address of primary FSx for ONTAP file system. |`string`|| Yes |
27
28
| prime_fsxid | FSx for ONTAP file system ID of the primary cluster. |`string`|| Yes |
28
29
| prime_svm | Name of the primary SVM for the volumes that will be replicated. |`string`|| Yes |
29
-
| prime_cluster_vserver | Name of the ONTAP cluster vserver for intercluster LIFs in the primary cluster. Can be found by running `network interface show -services default-intercluster` on the primary cluster. It will have the format FsxId################# |`string`| Yes |
30
+
| prime_cluster_vserver | Name of the ONTAP cluster vserver for intercluster LIFs in the primary cluster. Can be found by running `network interface show -services default-intercluster` on the primary cluster. It will have the format FsxId################# |`string`||Yes |
30
31
| prime_aws_region | AWS region of the primary FSx for ONTAP file system |`string`|| Yes |
31
32
| username_pass_secrets_id | Name of the secrets ID in AWS secrets. The AWS Secret should has format of a key `username` which should be fsxadmin and a key `password` and the password of the FSxN |`string`|| Yes |
32
33
| validate_certs | When connecting to ONTAP do we validate the cluster certs (true or false). |`string`| false | No |
0 commit comments