Skip to content

Commit 34905e4

Browse files
committed
Made minor changes
1 parent 16f1b04 commit 34905e4

File tree

1 file changed

+16
-0
lines changed
  • Terraform/deploy-fsx-ontap/standalone-module

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ terraform apply
177177
178178
### Inputs
179179
180+
<<<<<<< HEAD
180181
| Name | Description | Type | Default | Must be changed |
181182
|------|-------------|------|---------|-----------------|
182183
| aws_secretsmanager_region | The AWS region where the secret is stored. | `string` | `"us-east-2"` | No |
@@ -190,6 +191,21 @@ terraform apply
190191
| svm_name | The name of the Storage Virtual Machine | `string` | `"first_svm"` | No |
191192
| 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 |
192193
| vpc_id | The ID of the VPC in which the FSxN fikesystem should be deployed | `string` | `"vpc-11111111"` | Yes |
194+
=======
195+
| Name | Description | Type | Default | Required |
196+
|------|-------------|------|---------|:--------:|
197+
| 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 |
198+
| fsx_capacity_size_gb | The storage capacity (GiB) of the FSxN file system. Valid values between 1024 and 196608. | `number` | `1024` | no |
199+
| fsx_deploy_type | The filesystem deployment type. Supports MULTI_AZ_1 and SINGLE_AZ_1 | `string` | `"MULTI_AZ_1"` | no |
200+
| fsx_name | The deployed filesystem name | `string` | `"terraform-fsxn"` | no |
201+
| fsx_region | The AWS region where the FSxN file system to be deployed. | `string` | `"us-west-2"` | no |
202+
| 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 |
203+
| 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 |
204+
| 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 |
205+
| svm_name | The name of the Storage Virtual Machine | `string` | `"first_svm"` | no |
206+
| 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 |
207+
| vpc_id | The ID of the VPC in which the FSxN fikesystem should be deployed | `string` | `"vpc-11111111"` | no |
208+
>>>>>>> db6ff98f8c57b29a0b7cfbeb1257e3580918651f
193209
194210
### Outputs
195211

0 commit comments

Comments
 (0)