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
| aws_account_id | The AWS account ID. Used to create very specific permissions. |`string`| n/a | yes |
258
259
| backup_retention_days | The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. |`number`|`0`| no |
259
260
| capacity_size_gb | The storage capacity (GiB) of the FSxN file system. Valid values between 1024 and 196608 |`number`|`1024`| no |
260
261
| cidr_for_sg | cidr block to be used for the created security ingress rules. Set to an empty string if you want to use the source_sg_id as the source. |`string`|`""`| no |
@@ -267,7 +268,8 @@ terraform apply
267
268
| name | The name to assigne to the FSxN file system. |`string`|`"fsx1"`| no |
268
269
| root_vol_sec_style | Specifies the root volume security style, Valid values are UNIX, NTFS, and MIXED (although MIXED is not recommended). All volumes created under this SVM will inherit the root security style unless the security style is specified on the volume. |`string`|`"UNIX"`| no |
269
270
| route_table_ids | Specifies the VPC route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table. Note, this variable is only used for MULTI_AZ_1 type deployments. |`list(any)`|`null`| no |
270
-
| secret_name | The name of the secure where the FSxN passwood is stored. |`string`|`""`| no |
271
+
| 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 |
272
+
| secrets_region | The AWS region where the secets for the FSxN file system and SVM will be deployed. |`string`|`""`| no |
271
273
| security_group_id | If you are not creating the security group, provide the ID of the security group to be used. |`string`|`""`| no |
272
274
| 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 |
273
275
| subnets | The subnets from where the file system will be accessible from. For MULTI_AZ_1 deployment type, provide both primvary and secondary subnets. For SINGLE_AZ_1 deployment type, only the primary subnet is used. |`map(string)`|<pre>{<br>"primarysub": "subnet-111111111",<br>"secondarysub": "subnet-222222222"<br>}</pre>| no |
@@ -281,10 +283,14 @@ terraform apply
281
283
282
284
| Name | Description |
283
285
|------|-------------|
286
+
| fsxn_secret_arn | The ARN of the secret |
287
+
| fsxn_secret_name | The Name of the secret |
284
288
| my_filesystem_id | The ID of the FSxN Filesystem |
285
289
| my_fsx_ontap_security_group_id | The ID of the FSxN Security Group |
286
290
| my_svm_id | The ID of the FSxN Storage Virtual Machine |
287
291
| my_vol_id | The ID of the ONTAP volume in the File System |
0 commit comments