Skip to content

Commit 0631f32

Browse files
terraform-docs: automated action
1 parent 9986546 commit 0631f32

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ terraform apply
199199
| 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 |
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 |
202-
| vpc_id | The ID of the VPC in which the FSxN fikesystem should be deployed | `string` | `"vpc-11111111"` | no |
202+
| vpc_id | The ID of the VPC in which the security group will be created. | `string` | `"vpc-11111111"` | no |
203203
204204
### Outputs
205205

0 commit comments

Comments
 (0)