Skip to content

Commit

Permalink
Merge pull request #74 from NetApp/kerensMac
Browse files Browse the repository at this point in the history
arranged terraform folders
  • Loading branch information
kerentraht authored Feb 5, 2024
2 parents 1ffa2e0 + db3c207 commit 01f067a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Terraform/deploy-fsx-ontap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

<!-- END_TF_DOCS -->
1 change: 0 additions & 1 deletion Terraform/deploy-fsx-ontap/module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Empty file.

0 comments on commit 01f067a

Please sign in to comment.