Skip to content

Commit 0b9b2b9

Browse files
committed
Added the output from a sucessful 'teraform apply' command.
1 parent 7bada13 commit 0b9b2b9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Terraform/fsxn-replicate/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,32 @@ Run the following command to execute the Terrafom code and apply the changes pro
174174
terraform apply
175175
```
176176

177+
There will be a lot of output from the `terraform apply` command. At the end, the output
178+
should look simlar to:
179+
```
180+
Apply complete! Resources: 33 added, 0 changed, 0 destroyed.
181+
182+
Outputs:
183+
184+
dr_fsxn_system = {
185+
"cluster_mgmt_ip" = toset([
186+
"192.168.61.96",
187+
])
188+
}
189+
snapmirror_details = {
190+
"unix" = {
191+
"destination_path" = "fsx_dr:unix_dp"
192+
"policy_name" = "dr_policy"
193+
"source_path" = "vs1fsxninjas:unix"
194+
}
195+
"unix2" = {
196+
"destination_path" = "fsx_dr:unix2_dp"
197+
"policy_name" = "dr_policy"
198+
"source_path" = "vs1fsxninjas:unix2"
199+
}
200+
}
201+
```
202+
The above give you the cluster management IP address of the DR FSx for ONTAP file system, and the SnapMirror details for the volumes that were replicated.
177203
## Author Information
178204

179205
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).

0 commit comments

Comments
 (0)