diff --git a/README.md b/README.md index 472e08d..f808497 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,57 @@ Unless required by applicable law or agreed to in writing, software distributed See the License for the specific language governing permissions and limitations under the License. + + + +## Table of Contents +* [Introduction](#introduction) +* [Prerequisites](#prerequisites) +* [Getting Started](#getting-started) +* [Usage Examples](#usage-examples) +* [Author Information](#author-information) +* [License](#license) + +## Introduction + +<< place your description here >> + +##Prerequisites + +### Providers + +No providers. + +### Repository Overview + +### Inputs + +No inputs. + +### Outputs + +No outputs. + +## Getting Started + +<< place your instructions here >> + +## Usage Examples + +<< place your examples here >> + +## 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 diff --git a/terraform_deployment/README.md b/terraform_deployment/README.md index 1c7c081..a0240fe 100644 --- a/terraform_deployment/README.md +++ b/terraform_deployment/README.md @@ -17,7 +17,7 @@ This is a standalone Terraform configutation repository that contains the follow * **variables.tf** - Contains the variable definitions for this sample -* **terraform.tfvar** - Contains the variables assignments for this sample. Terraform will automatically use this file as it's main variables definition file as it uses the saved name. Note that if you change the file name you will need to specify that file on the command line with `-var-file`. +* **terraform.tfvars** - Contains the variables assignments for this sample. Terraform will automatically use this file as it's main variables definition file as it uses the saved name. Note that if you change the file name you will need to specify that file on the command line with `-var-file`. Exported values will override any of the variables in both the variables.tf file and the terraform.tfvars file * **output.tf** - Contains output declarations of the resources created by this Terraform module. Terraform stores output values in the configuration's state file