Skip to content

Commit bda7f00

Browse files
terraform-docs: automated action
1 parent d4625cf commit bda7f00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Terraform/deploy-fsx-ontap/module/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ terraform apply
255255
256256
| Name | Description | Type | Default | Required |
257257
|------|-------------|------|---------|:--------:|
258+
| aws_account_id | The AWS account ID. Used to create very specific permissions. | `string` | n/a | yes |
258259
| 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 |
259260
| capacity_size_gb | The storage capacity (GiB) of the FSxN file system. Valid values between 1024 and 196608 | `number` | `1024` | no |
260261
| 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
267268
| name | The name to assigne to the FSxN file system. | `string` | `"fsx1"` | no |
268269
| 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 |
269270
| 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 |
271273
| security_group_id | If you are not creating the security group, provide the ID of the security group to be used. | `string` | `""` | no |
272274
| 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 |
273275
| 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
281283
282284
| Name | Description |
283285
|------|-------------|
286+
| fsxn_secret_arn | The ARN of the secret |
287+
| fsxn_secret_name | The Name of the secret |
284288
| my_filesystem_id | The ID of the FSxN Filesystem |
285289
| my_fsx_ontap_security_group_id | The ID of the FSxN Security Group |
286290
| my_svm_id | The ID of the FSxN Storage Virtual Machine |
287291
| my_vol_id | The ID of the ONTAP volume in the File System |
292+
| svm_secret_arn | The Name of the secret |
293+
| svm_secret_name | The Name of the secret |
288294
289295
## Author Information
290296

0 commit comments

Comments
 (0)