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/deploy-fsx-ontap/module/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ terraform apply
236
236
| route_table_ids | An array of routing table IDs that will be modified to allow access to the FSxN file system. This is only used for Multi AZ deployment types and must be left as null for Single AZ deployment types. |`list(string)`|`null`| no |
237
237
| secret_name_prefix | The prefix to the secret name that will be created that will contain the FSxN passwords (system, and SVM). |`string`|`"fsxn-secret"`| no |
238
238
| secrets_region | The AWS region where the secrets for the FSxN file system and SVM will be deployed. |`string`|`""`| no |
239
-
|security_group_id| If you are not creating the security group, provide the ID of the security group to be used. |`string`|`""`| no |
239
+
|security_group_ids| If you are not creating the security group, provide a list of IDs of the security groups to be used. |`list(string)`|`[]`| no |
240
240
| security_group_name_prefix | The prefix to the security group name that will be created. |`string`|`"fsxn-sg"`| no |
241
241
| source_sg_id | The ID of the security group to allow access to the FSxN file system. Set to an empty string if you want to use the cidr_for_sg as the source. |`string`|`""`| no |
242
242
| svm_name | name of the Storage Virtual Machine, (a.k.a. vserver). |`string`|`"fsx"`| no |
0 commit comments