Skip to content

Commit 1be2f0a

Browse files
terraform-docs: automated action
1 parent 66eb19d commit 1be2f0a

File tree

1 file changed

+7
-4
lines changed
  • Terraform/deploy-fsx-ontap/standalone-module

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,21 +182,21 @@ terraform apply
182182
183183
| Name | Version |
184184
|------|---------|
185-
| aws | 5.25.0 |
186-
| aws.secrets | 5.25.0 |
185+
| aws | >= 5.25.0 |
187186
188187
### Inputs
189188
190189
| Name | Description | Type | Default | Required |
191190
|------|-------------|------|---------|:--------:|
192-
| aws_secretsmanager_region | The AWS region where the secret is stored. Can be different from the region where the FSxN file system is deployed. | `string` | `"us-east-2"` | no |
191+
| aws_account_id | The AWS account ID. Used to create very specific IAM policies. | `string` | `"*"` | no |
193192
| fsx_capacity_size_gb | The storage capacity (GiB) of the FSxN file system. Valid values between 1024 and 196608. | `number` | `1024` | no |
194193
| fsx_deploy_type | The filesystem deployment type. Supports MULTI_AZ_1 and SINGLE_AZ_1 | `string` | `"MULTI_AZ_1"` | no |
195194
| fsx_name | The deployed filesystem name | `string` | `"terraform-fsxn"` | no |
196195
| fsx_region | The AWS region where the FSxN file system to be deployed. | `string` | `"us-west-2"` | no |
197-
| 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 |
198196
| fsx_subnets | A list of subnets IDs that the file system will be accessible from. For MULTI_AZ_1 deployment type, provide both subnets. For SINGLE_AZ_1 deployment type, only the primary subnet is used. | `map(any)` | <pre>{<br> "primarysub": "subnet-22222222",<br> "secondarysub": "subnet-33333333"<br>}</pre> | no |
199197
| 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 |
198+
| 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 |
199+
| secret_region | The AWS region where the secets for the FSxN file system and SVM will be deployed. | `string` | `"us-west-2"` | no |
200200
| svm_name | The name of the Storage Virtual Machine | `string` | `"first_svm"` | no |
201201
| 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 |
202202
| vpc_id | The ID of the VPC in which the security group will be created. | `string` | `"vpc-11111111"` | no |
@@ -206,8 +206,11 @@ terraform apply
206206
| Name | Description |
207207
|------|-------------|
208208
| my_filesystem_id | The ID of the FSxN Filesystem |
209+
| my_filesystem_management_ip | The management IP of the FSxN Filesystem. |
209210
| my_fsx_ontap_security_group_id | The ID of the FSxN Security Group |
211+
| my_fsxn_secret_name | The name of the secret containing the ONTAP admin password |
210212
| my_svm_id | The ID of the FSxN Storage Virtual Machine |
213+
| my_svm_secret_name | The name of the secret containing the SVM admin password |
211214
| my_vol_id | The ID of the ONTAP volume in the File System |
212215
213216
## Author Information

0 commit comments

Comments
 (0)