From fec0328eef151b852c88653d4bf214e509c8a53b Mon Sep 17 00:00:00 2001 From: Keren Trajtenberg Date: Sun, 21 Jan 2024 16:26:10 +0200 Subject: [PATCH 1/2] deleted irrelevant file --- Terraform/README.md | 46 --------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 Terraform/README.md diff --git a/Terraform/README.md b/Terraform/README.md deleted file mode 100644 index 908e3fa..0000000 --- a/Terraform/README.md +++ /dev/null @@ -1,46 +0,0 @@ - - -## Table of Contents -* [Introduction](#introduction) -* [Prerequisites](#prerequisites) -* [Usage](#usage) -* [Author Information](#author-information) -* [License](#license) - -## Introduction - -<< place your description here >> - -##Prerequisites - -### Providers - -No providers. - -### Repository Overview - -### Inputs - -No inputs. - -### Outputs - -No outputs. - -## Usage - -## Author Information - -This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSxN-Samples/graphs/contributors). - -## License - -Licensed under the Apache License, Version 2.0 (the "License"). - -You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). - -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied. - -See the License for the specific language governing permissions and limitations under the License. - - \ No newline at end of file From 9d289ea8d3fc643d9bf339782053c418b90cfdc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jan 2024 14:26:53 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- Terraform/delpoy-fsx-ontap/README.md | 62 ++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/Terraform/delpoy-fsx-ontap/README.md b/Terraform/delpoy-fsx-ontap/README.md index cb718ad..ee93a6a 100644 --- a/Terraform/delpoy-fsx-ontap/README.md +++ b/Terraform/delpoy-fsx-ontap/README.md @@ -187,3 +187,65 @@ You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http:/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + + +## Table of Contents +* [Introduction](#introduction) +* [Prerequisites](#prerequisites) +* [Usage](#usage) +* [Author Information](#author-information) +* [License](#license) + +## Introduction + +## Prerequisites + +### Providers + +| Name | Version | +|------|---------| +| aws | n/a | + +### Repository Overview + +### Inputs + +| Name | Description | Type | Default | Required | +|------|-------------|------|---------|:--------:| +| fsx_capacity_size_gb | The storage capacity (GiB) of the FSxN file system. Valid values between 1024 and 196608 | `string` | `"1024"` | no | +| fsx_deploy_type | The filesystem deployment type. Supports MULTI_AZ_1 and SINGLE_AZ_1 | `string` | `"SINGLE_AZ_1"` | no | +| fsx_name | The deployed filesystem name | `string` | `"terraform-fsxn"` | no | +| fsx_subnets | The IDs of the subnets fro which the FSxN filesystem will be assigned IP addresses | `map` |
{
"primarysub": "",
"secondarysub": ""
}
| no | +| fsx_tput_in_MBps | The throughput capacity (in MBps) for the file system. Valid values are 128, 256, 512, 1024, 2048, and 4096. | `string` | `"256"` | no | +| svm_name | The name of the Storage Virtual Machine | `string` | `"first_svm"` | no | +| tags | Tags to be applied to the resources | `map` |
{
"Name": "terraform-fsxn"
}
| no | +| vol_info | Details for the volume creation | `map` |
{
"cooling_period": 31,
"efficiency": true,
"junction_path": "/vol1",
"size_mg": 1024,
"tier_policy_name": "AUTO",
"vol_name": "vol1"
}
| no | +| vpc_id | The ID of the VPC in which the FSxN fikesystem should be deployed | `string` | `"vpc-111111111"` | no | + +### Outputs + +| Name | Description | +|------|-------------| +| my_filesystem_id | The ID of the FSxN Filesystem | +| my_fsx_ontap_security_group_id | The ID of the FSxN Security Group | +| my_svm_id | The ID of the FSxN Storage Virtual Machine | +| my_vol_id | The ID of the ONTAP volume in the File System | + +## Usage + +## Author Information + +This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSxN-Samples/graphs/contributors). + +## License + +Licensed under the Apache License, Version 2.0 (the "License"). + +You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied. + +See the License for the specific language governing permissions and limitations under the License. + + \ No newline at end of file