Skip to content

Commit 0d933ae

Browse files
terraform-docs: automated action
1 parent 4453210 commit 0d933ae

File tree

1 file changed

+14
-13
lines changed
  • Terraform/deploy-fsx-ontap/standalone-module

1 file changed

+14
-13
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,23 @@ terraform apply
162162
| Name | Version |
163163
|------|---------|
164164
| aws | 5.25.0 |
165+
| aws.secrets | 5.25.0 |
165166
166167
### Inputs
167168
168-
| Name | Description | Type | Default |
169-
|------|-------------|------|---------|
170-
| aws_secret_region | The region where the AWS SecretManager secret is stored | `string` | `"us-west-2"` |
171-
| fsx_admin_secret | The name of the AWS SecretManager secret where the ONTAP administrative password for the fsxadmin user that you can use to administer your file system using the ONTAP CLI and REST API | `string` | `"password"` |
172-
| fsx_capacity_size_gb | The storage capacity (GiB) of the FSxN file system. Valid values between 1024 and 196608 | `number` | `1024` |
173-
| fsx_deploy_type | The filesystem deployment type. Supports MULTI_AZ_1 and SINGLE_AZ_1 | `string` | `"MULTI_AZ_1"` |
174-
| fsx_name | The deployed filesystem name | `string` | `"terraform-fsxn"` |
175-
| fsx_subnets | A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided. | `map(any)` | <pre>{<br> "primarysub": "subnet-22222222",<br> "secondarysub": "subnet-22222222"<br>}</pre> |
176-
| fsx_region | The region where the FSxN file system will be deployed | `string` | `"us-west-2"` |
177-
| fsx_tput_in_MBps | The throughput capacity (in MBps) for the file system. Valid values are 128, 256, 512, 1024, 2048, and 4096. | `number` | `128` |
178-
| svm_name | The name of the Storage Virtual Machine | `string` | `"first_svm"` |
179-
| vol_info | Details for the volume creation | `map(any)` | <pre>{<br> "cooling_period": 31,<br> "efficiency": true,<br> "junction_path": "/vol1",<br> "size_mg": 1024,<br> "tier_policy_name": "AUTO",<br> "vol_name": "vol1"<br>}</pre> |
180-
| vpc_id | The ID of the VPC in which the FSxN fikesystem should be deployed | `string` | `"vpc-111111111"` |
169+
| Name | Description | Type | Default | Required |
170+
|------|-------------|------|---------|:--------:|
171+
| aws_secretsmanager_region | The AWS region where the secret is stored. | `string` | `"us-east-2"` | no |
172+
| fsx_capacity_size_gb | The storage capacity (GiB) of the FSxN file system. Valid values between 1024 and 196608. | `number` | `1024` | no |
173+
| fsx_deploy_type | The filesystem deployment type. Supports MULTI_AZ_1 and SINGLE_AZ_1 | `string` | `"MULTI_AZ_1"` | no |
174+
| fsx_name | The deployed filesystem name | `string` | `"terraform-fsxn"` | no |
175+
| fsx_region | The AWS region where the FSxN file system to be deployed. | `string` | `"us-west-2"` | no |
176+
| fsx_secret_name | The name of the AWS SecretManager secret that holds the ONTAP administrative password for the fsxadmin user that you can use to administer your file system using the ONTAP CLI and REST API. | `string` | `"fsx_secret"` | no |
177+
| fsx_subnets | A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided. | `map(any)` | <pre>{<br> "primarysub": "subnet-22222222",<br> "secondarysub": "subnet-22222222"<br>}</pre> | no |
178+
| fsx_tput_in_MBps | The throughput capacity (in MBps) for the file system. Valid values are 128, 256, 512, 1024, 2048, and 4096. | `number` | `128` | no |
179+
| svm_name | The name of the Storage Virtual Machine | `string` | `"first_svm"` | no |
180+
| vol_info | Details for the volume creation | `map(any)` | <pre>{<br> "cooling_period": 31,<br> "efficiency": true,<br> "junction_path": "/vol1",<br> "size_mg": 1024,<br> "tier_policy_name": "AUTO",<br> "vol_name": "vol1"<br>}</pre> | no |
181+
| vpc_id | The ID of the VPC in which the FSxN fikesystem should be deployed | `string` | `"vpc-11111111"` | no |
181182
182183
### Outputs
183184

0 commit comments

Comments
 (0)