From 2ace27788f2e6cea9fef6781ac630a034ba1d20a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jan 2024 13:13:39 +0000 Subject: [PATCH 1/2] terraform-docs: automated action --- Terraform/README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Terraform/README.md diff --git a/Terraform/README.md b/Terraform/README.md new file mode 100644 index 0000000..908e3fa --- /dev/null +++ b/Terraform/README.md @@ -0,0 +1,46 @@ + + +## 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 defa0dfdb258e35f256134e6dc3c2cc0924c6198 Mon Sep 17 00:00:00 2001 From: Keren Trajtenberg Date: Sun, 21 Jan 2024 15:33:37 +0200 Subject: [PATCH 2/2] Added convenience scrips to docs --- README.md | 1 + Terraform/delpoy-fsx-ontap/main.tf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c3e083c..1436fd3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This GitHub repository contains comprehensive code samples and automation script ## Table of Contents * [FSxN deployment using Terraform](/Terraform/deploy-fsx-ontap) +* [CLI convenience scripys](/cli_convenience_scripts) ## Author Information diff --git a/Terraform/delpoy-fsx-ontap/main.tf b/Terraform/delpoy-fsx-ontap/main.tf index 2c0f6d4..6160c27 100644 --- a/Terraform/delpoy-fsx-ontap/main.tf +++ b/Terraform/delpoy-fsx-ontap/main.tf @@ -1,3 +1,5 @@ +# Copyright (c) NetApp, Inc. +# SPDX-License-Identifier: Apache-2.0 /* The following resources are a Security Group followed by ingress and egress rules for FSx ONTAP.