Skip to content

Commit

Permalink
Missed doc fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
tush4hworks committed Oct 23, 2023
1 parent ac70734 commit 0df9f38
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modules/terraform-azure-nfs/doc_fragments/header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Terraform Module for Azure NFS

This module contains resource files and example variable definition files for creation of the Azure NFS File Share required for Cloudera Machine Learning (CML) Public Cloud.

* Provisions a storage account with Premium Tier and Disabled Https traffic only.
* Creates a NFS file share of 100 GB in the storage account
* Creates a private dns zone of type privatelink.file.core.windows.net
* Creates a VNET link between CDP workload VNET and private DNS zone
* Creates a private endpoint for NFS Storage Account (File sub-resource) for the specified subnets in the CDP VNET.
* Creates a public IP , security group allowing port 22 from everywhere
* Creates a ubuntu VM with public IP, security group in the CDP Subnets to which private endpoint was created.

## Usage

The [examples](./examples) directory has example Azure Cloud Service Provider deployments for different scenarios:

* `ex01-nfs_fileshare` uses a set of inputs for the module.

In each directory an example `terraform.tfvars.sample` values file is included to show input variable values.

0 comments on commit 0df9f38

Please sign in to comment.