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

arranged terraform folders #74

Merged
merged 2 commits into from
Feb 5, 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
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.
Loading