Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added convenience scripts to docs #19

Merged
merged 4 commits into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 46 additions & 0 deletions Terraform/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!-- BEGIN_TF_DOCS -->

## 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.

<!-- END_TF_DOCS -->
2 changes: 2 additions & 0 deletions Terraform/delpoy-fsx-ontap/main.tf
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading