File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Terraform/deploy-fsx-ontap/module Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -287,14 +287,16 @@ terraform apply
287287
288288| Name | Description |
289289| ------| -------------|
290+ | filesystem_id | The ID of the FSxN Filesystem |
291+ | filesystem_management_ip | The management IP of the FSxN Filesystem. |
290292| fsxn_secret_arn | The ARN of the secret |
291293| fsxn_secret_name | The Name of the secret |
292- | my_filesystem_id | The ID of the FSxN Filesystem |
293- | my_fsx_ontap_security_group_id | The ID of the FSxN Security Group |
294- | my_svm_id | The ID of the FSxN Storage Virtual Machine |
295- | my_vol_id | The ID of the ONTAP volume in the File System |
294+ | security_group_id | The ID of the FSxN Security Group |
295+ | svm_id | The ID of the FSxN Storage Virtual Machine |
296+ | svm_management_ip | The management IP of the Storage Virtual Machine. |
296297| svm_secret_arn | The Name of the secret |
297298| svm_secret_name | The Name of the secret |
299+ | vol_id | The ID of the ONTAP volume in the File System |
298300
299301# # Author Information
300302
You can’t perform that action at this time.
0 commit comments