Skip to content

Commit 81e8aa7

Browse files
authored
Update README.md
1 parent 0805801 commit 81e8aa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Terraform/fsxn-replicate/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Introduction
44
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.
67

78
## Setup
89

@@ -26,7 +27,7 @@ These variables are to be filled in the terraform.tfvars file, please see instru
2627
| prime_hostname | Hostname or IP address of primary FSx for ONTAP file system. | `string` | | Yes |
2728
| prime_fsxid | FSx for ONTAP file system ID of the primary cluster. | `string` | | Yes |
2829
| 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 |
3031
| prime_aws_region | AWS region of the primary FSx for ONTAP file system | `string` | | Yes |
3132
| 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 |
3233
| validate_certs | When connecting to ONTAP do we validate the cluster certs (true or false). | `string` | false | No |

0 commit comments

Comments
 (0)