diff --git a/Terraform/deploy-fsx-ontap/README.md b/Terraform/deploy-fsx-ontap/README.md index d1dcfbb..6d900eb 100644 --- a/Terraform/deploy-fsx-ontap/README.md +++ b/Terraform/deploy-fsx-ontap/README.md @@ -2,17 +2,8 @@ ## Repository Overview -### Providers - -No providers. - -### Inputs - -No inputs. - -### Outputs - -No outputs. +- [Callable terraform module for FSxN creation](/module) +- [Standalone terraform module to clone and run locally](/standalone-module) ## Author Information @@ -27,5 +18,3 @@ 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. - - \ No newline at end of file diff --git a/Terraform/deploy-fsx-ontap/module/main.tf b/Terraform/deploy-fsx-ontap/module/main.tf index 821bffd..0d40036 100644 --- a/Terraform/deploy-fsx-ontap/module/main.tf +++ b/Terraform/deploy-fsx-ontap/module/main.tf @@ -8,7 +8,6 @@ The Security Group is not required for deploying FSx ONTAP, but is included here for completeness. - If you wish to skip this resource, pass the variable "create_sg" as false to the module block. Otherwise, pass true. - - If you wish to use the Security Group, choose the relevant source for the ingress rules as cidr block and pass the variable "cidr_for_sg" to the module block. Note that a source reference for a Security Group is optional, but is considered to be a best practice. diff --git a/Terraform/deploy-fsx-ontap/standalone-module/README.md b/Terraform/deploy-fsx-ontap/standalone-module/README.md new file mode 100644 index 0000000..e69de29