@@ -55,7 +55,7 @@ These variables are to be filled in the terraform.tfvars file, please see instru
5555| dr_vpc_id | The VPC ID where the DR FSx for ONTAP file system (and security group if this option is selected) will be created. | ` string ` | | Yes |
5656| dr_snapmirror_policy_name | Name of snamirror policy to create. | ` string ` | | Yes |
5757| dr_transfer_schedule | The schedule used to update asynchronous relationships. | ` string ` | hourly | No |
58- | dr_retention | Rules for Snapshot copy retention. See [ Retention Schema] ( https://registry.terraform.io/providers/NetApp/netapp-ontap/latest/docs/resources/snapmirror_policy_resource#retention ) | ` string ` | 4 weekly, 2 daily | Yes |
58+ | dr_retention | Rules for Snapshot copy retention. See [ Retention Schema] ( https://registry.terraform.io/providers/NetApp/netapp-ontap/latest/docs/resources/snapmirror_policy_resource#retention ) for more information. | ` string ` | [ { "label": " weekly", "count": 4 }, { "label": " daily", "count": 7 } ] | No |
5959## Inputs (Security Group - DR Cluster)
6060
6161| Name | Description | Type | Default | Required |
@@ -79,7 +79,7 @@ git clone https://github.com/NetApp/FSx-ONTAP-samples-scripts
7979#### 2. Navigate to the directory
8080
8181``` shell
82- cd Terraform/fsxn-replicate
82+ cd FSx-ONTAP-samples-scripts/ Terraform/fsxn-replicate
8383```
8484
8585#### 3. Initialize Terraform
@@ -92,7 +92,7 @@ terraform init
9292
9393A succesfull initialization should display the following output:
9494
95- ``` shell
95+ ```
9696
9797Initializing the backend...
9898Initializing modules...
@@ -146,7 +146,7 @@ You can see that Terraform recognizes the modules required by our configuration:
146146 " primarysub" = " subnet-11111111"
147147 " secondarysub" = " subnet-33333333"
148148 }
149- dr_svm_name = " fsx-dr "
149+ dr_svm_name = " fsx_dr "
150150 dr_security_group_name_prefix = " fsxn-sg"
151151 dr_vpc_id = " vpc-xxxxxxxx"
152152 dr_username_pass_secrets_id = " <Name of AWS secret>"
0 commit comments